hr.blue {
	border: none;
	color: #01257b;
	background-color: #01257b;
	height: 2px;
	width: 100%;
}

p{
	margin-top: 10px;
}

table.applicant_table{
	width: 100%;
}


.applicant_table td{
	width: 50%;
	font-weight: bold;
	vertical-align: top;
}

.orange, .applicant_table b{
	color: #ff6600;
}

.applicant_table p{
	font-weight: normal;
}


.applicant_table input, .applicant_table textarea, .applicant_table select{
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFFFEE;
	font-weight: normal;
}

.applicant_table input, .applicant_table select{
	width: 200px;
}

.applicant_table input.radio, .applicant_table input.checkbox{
	width: auto;
	border: none;
}

span.b{ font-weight: bold }

span.normal {font-size: 12px;}

textarea.form_error{
	background-color: #fdd;
	border: 1px solid #c00;
}
.word_error{
	color: #c00;
}

