/*****************/
/* 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_name, label#fld_email {
	width: 323px;
}

label#fld_phone, label#fld_fax {
	width: 95px;
}

label#fld_notify {
	padding-top: 10px;
	width: 160px;
}

label#fld_street1, label#fld_street2 {
	width: 383px;
}

label#fld_city {
	width: 173px;
}

label#fld_state, label#fld_zip, label#fld_country {
	width: 83px;
}

label#fld_resume {
	width: 380px;
}

#submit_resume_form br {
	clear: left;
}

.input_btn {
	margin-right: 10px;
}

fieldset#fieldset_buttons {
	border-style: none;
}
