/*****************/
/* Submit Resume */
/*****************/

#submit_resume_form fieldset {
	border-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#submit_resume_form label {
	float: left;
	margin: 0px 20px 2px 0px;
/*	border-style: solid;
	border-width: 1px; */
}

#submit_resume_form .chk_input {
	margin-top: 5px;
}

label#fld_gender {
  margin-top: 18px;
  width: 40px;
}

label#fld_fname, label#fld_mname, label#fld_lname {
	width: 130px;
}

label#fld_phone {
	width: 130px;
  margin-left: 60px;

}

label#fld_email {
	width: 240px;
}

label#fld_notify {
	padding-top: 10px;
	width: 160px;
}

label#fld_resume {
	width: 380px;
}

#submit_resume_form br {
	clear: left;
}

.input_btn {
	margin-right: 10px;
}

fieldset#fieldset_buttons {
	border-style: none;
}

#error_msg {
  color: red;
}

