div#form {
	width: 			750px;	
	margin-bottom: 	50px;
	padding: 		25px;
	color: 			#fff;
	font-size: 		12px;	
}

div#form div.input {
	margin-top: 	8px;
}

div#form div.input label {
	display: 		block;
	text-align: 	left;
}

div#form input {
	width: 			180px;
}

div#form div.gender {
	margin-top: 	10px;
}

div#form div.input div.gender_male, div#form div.input div.gender_female {
	float: 			left;	
	width: 			80px;
	text-align: 	center;
}

div#form div.input div.gender_male input, div#form div.input div.gender_female input {
	width: 			50px;
}

div#form input#JobReplyLastName, 
div#form input#JobReplyFirstName, 
div#form input#JobReplyAddress, 
div#form input#JobReplyFunction  {
	width: 			435px;
}

div#form div.input div.error-message {
	color: 			red;
}

div#form div.float div.input {
	float: 			left;
	width: 			255px;
}

div#form div.submit {
	margin-left: 	130px;
	margin-top: 	10px;
}

