form#frmApply {
    margin: 0px;
    padding: 0px;
	font-size: 80%;
}
form#frmApply fieldset {
    margin: 0.25em 0em 0.65em 0em;
	padding: .75em .15em .55em .15em;
}
form#frmApply legend {
	border: 0px solid #AACCEE;
	color: #6F4E0D;
	font-size: 120%;
	font-weight: bold;
	padding: .10em .3em .10em .3em;
	text-transform: none;
}
form#frmApply label {
	color: #593A1E;
    float: left;
	font-size: 100%;
    width: 100px;
    text-align: right;
	padding-right: .3em;
}
form#frmApply span.fm-label {
	color: #593A1E;
 	font-size: 100%;
}
form#frmApply fieldset div {
    margin-bottom: .55em;
    padding: 2px;
	padding-left: 0px;
	padding-right: 0px;	
    display: block;
}
form#frmApply fieldset div div{
	margin-bottom: 0px;
}

form#frmApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
	font-size: 100%;
    width: 125px;
    border: 1px solid #dbb262;
    padding: 1px;
    color: #593A1E;
}
form#frmApply fieldset div select.fm-DropDown {
    border: 1px solid #dbb262;
	font-size: 100%;
}
form#frmApply fieldset div select {
    padding: 1px;
}
form#frmApply div.fm-multi div {
    margin: 5px 0;
}
form#frmApply div.fm-multi input {
    width: 1em;
}
form#frmApply div.fm-multi label {
    display: block;
    width: 125px;
    padding-left: 5em;
    text-align: left;
}
form#frmApply .fm-submit {
    clear: both;
    padding: .4em;
    text-align: center;
}
form#frmApply .fm-submit input {
    border: 2px solid #a56933;
    padding: 1px .85em;
    color: #593A1E;
    font-size: 100%;
		background:#dbb161;
}
/* form#frmApply .fm-submit input {
    border: 2px solid #dbb262;
    padding: 1px .85em;
    background: #450601;
    color: #fff;
    font-size: 100%;
}

*/

form#frmApply .fm-note {
	font-size: 80%;
	font-style: italic;
	margin-bottom: .25em;
	display: block;
}

form#frmApply input:focus, textarea:focus {
	background:#F4E3C4; 
	color:#580e0e; 
}

/*
form#frmApply input:focus, textarea:focus {
    background: #efefef;
    color: #000000;
} 
*/
/* required fields - does not work in IE */
form#frmApply fieldset div.fm-req label {
	color: #990000;
	font-size: 92%;
    font-weight: bold;
}
form#frmApply fieldset span.fm-req-label {
	color: #990000;
	font-size: 92%;
    font-weight: bold;
}
/*
form#frmApply fieldset div.fm-req label:before {
    content: "* "; /* does not work in IE *
}
form#frmApply fieldset span.fm-req-label:before {
    content: "* "; /* does not work in IE *
}
*/
form#frmApply div {
	border: 0px solid blue !important; 
}
form#frmApply div#replaceArea {
	padding: 0px;
	display:inline;
}
/* Sizing ------------------------------------------------------------------ */
form#frmApply #PhoneShell input#DaytimePhone { width: 65px; }
form#frmApply #PhoneShell input#DaytimePhoneExt { width: 25px; }
form#frmApply #PhoneShell input#EveningPhone { width: 65px; }
form#frmApply #PhoneShell input#EveningPhoneExt { width: 25px; }


form#frmApply #AddressShell input#Address1 { width: 185px; }
form#frmApply #AddressShell input#Address2 { width: 60px; }
form#frmApply #CityStateZipShell input#PostalCode { width: 65px; }
/* ---------------------------------------------------------------- QUICK FORM ------------------------------------------------- */
form#frmQuickApply  {
	margin: 0px;
    padding: 0px;
	border: 1px dotted #992A0C;
	background:#F0D9AE;
	width:430px;
}
form#frmQuickApply fieldset {
	border: 0px dotted #992A0C;
    margin: 0.25em 0em 0.65em 0em;
	padding: .35em;
	padding-left: .55em;	
	padding-bottom: .15em;	
	
	
}
form#frmQuickApply legend {
	display: none;
	color: #006699;
	font-size: 120%;
	font-weight: bold;
	padding: .10em .3em .10em .3em;
	text-transform: none;
}
form#frmQuickApply label {
	color:#593A1E; /*#992A0C;*/
	float:left;
	font-size:80%;
	font-weight:bold;
	padding-right:0.3em;
	width:130px;
}
form#frmQuickApply span.fm-label {
	color: #666666;
 	font-size: 97%;
}
form#frmQuickApply fieldset div {
    margin-bottom: .15em;
    padding: 1px;
    display: block;
}
form#frmQuickApply fieldset div div{
	margin-bottom: 0px;
}
form#frmQuickApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
	border:1px solid #CCCCCC;
	color:#593A1E;
	font-size:80%;
	padding:1px;
	width:250px;

}
form#frmQuickApply .fm-submit {
    clear: both;
    padding: .4em; padding-top: 0px;
    text-align: center;
	width:550px;
}
form#frmQuickApply .fm-submit input {
	border: 1px solid #CCCCCC;
    padding: 1px .85em;
    background: #992A0C none repeat scroll 0 0;
    color: #fff;
    font-size: 90%;
}
/* ---------------------------------------------------------------- JobResp FORM ------------------------------------------------- */
fieldset#ApplyToJobs div span {
	margin-right: 5px;
}
/*
form#frmApply div {  border:1px dotted blue !important;}
form#frmApply label {  border:1px dotted red !important;}
*/
