/* CSS Document */

/* Driver Infomation Form --------------------------------------------------------------------------- */
#driver_info_form h3 {
	border: none;
	text-decoration: none;
}
h3 {
	margin: 25px 0 15px 0;
	font: 10pt/100% veranda, arial, helvetica, sans-serif;
	font-weight: bold;
}
.asterix, .required {
	position: relative;
	left: -15px;
	padding-left: 15px;
	background: url(/images/asterix.jpg) no-repeat left top;
}
.non_asterix {
	position: relative;
	left: -15px;
	padding-left: 15px;
}
.small_text {
	font-size: 8pt;
	font-weight: normal;
}
#error_message, .error{
	color: #c00;
}


/* Career Section ----------------------------------------------------------------------------------- */
#position input {
	margin: 0 75px 0 15px;
}
#driver_info_form .checkbox {
	padding-right: 15px;
}
#driver_info_form ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#driver_info_form li {
	float: left;
	width: 150px;
	list-style-type: none;
}
#truck_specs label, #school_location label {
	float: left;
	display: block;
	width: 100px;
}
#drive_regional input, .own_trailer input, #legal_to_work input, #disciplined_or_terminated input {
	margin: 0 50px 0 15px;
}

/* Personal Section --------------------------------------------------------------------------------- */
#personal_info label, #personal_cdl_info label, #cdl_info label {
	float: left;
	display: block;
	width: 100px;
}
#personal_cdl_info label {
	font-weight: bold;
}
.expected_format {
	color: #999;
}
#preferred_contact label {
	margin-right: 25px;
}
#personal_cdl input, #personal_dui input, #personal_felony input {
	margin: 0 50px 0 15px;
}


/* Employment Section ------------------------------------------------------------------------------- */
#employment_current_contact input {
	margin: 0 50px 0 15px;
}
#employment_current input {
	margin: 0 40px 0 15px;
}
#employment_current_info label, #employment_previous_info_1 label, #employment_previous_info_2 label, #employment_previous_info_3 label {
	float: left;
	display: block;
	width: 150px;
}


/* Submit Button ------------------------------------------------------------------------------------ */
#submit_button {
	margin-top: 30px;
	text-align: center;
}