#contactdetails { /* the address, phone number etc live in this div */
	width: 50%;
	float: left;
}
#contactform { /* the contact form sits inside this div */
	width: 48%;
	float: right;
}
form#contact p {
	width: 100%;
	clear: both;
	border-bottom: 1px solid white;
	text-align:right;
	font-size:0.9em;
	color:#505050;

}
form#contact p label, form#joblink_employer_login table tr td label {
	width: 38%;
	float: left;
}
form#contact p input, form#contact p textarea, form#contact p select, form#joblink_employer_login table tr td input {
	float: right;
	width: 60%;
	font-family: "Trebuchet MS", sans-serif;
	margin:0 0 4px 0;
}
form#contact #submit {
	width: auto;
}

#results-form{
	float:left; 
	padding-right:10px; 
	font-size:0.7em;
}

form#joblink_employer_login table tr td {
	text-align:right;
}
form#joblink_employer_login table tr td input{
	width:70%;
}

form#joblink_employer_login table tr td label{
	width:28%;
}