/* ----------------------------------------------------------------------------
/  APP FORM 
---------------------------------------------------------------------------- */
#longApp { margin-top: 10px; font-size: 95%}
form#frmApply .app-fm-submit {
text-align:center;
}
form#frmApply .app-fm-submit input {
background:#812A0E none repeat scroll 0 0;
border:1px solid #460C0B;
color:#FFFFFF !important;
line-height:1em !important;
margin-bottom:0.8em !important;
padding:0.45em 1.8em;
text-align:center;
font-weight: bold;
}
form#frmApply .app-fm-submit input:focus {
background:#812A0E none repeat scroll 0 0;
border:1px solid #460C0B;
color:#FFFFFF !important;
}
#longApp h4 { border:0 solid #AACCEE;
color:#6F4E0D;
font-size:100%;
font-weight:bold;
padding:0.1em 0 0.3em;
text-transform:none;}
form#frmApply {
    margin: 0px;
    padding: 0px;
}
form#frmApply fieldset {
	border: 0px solid #ECECEC;
	border-top: 1px solid #DBB262;
/*	background: #FFFFFF;*/
    margin: 0.25em 0em 0.65em 0em;
	padding: .75em .35em .75em .55em;
}
form#frmApply legend {
	border: 0px solid #AACCEE;
	color: #185663;
	font-size: 130%;
	font-weight: bold;
	padding: .10em .3em .10em .3em;
	text-transform: none;
}
form#frmApply label {
color:#593A1E;
    float: left;
/*	letter-spacing: 1px;*/
    width: 115px;
    text-align: right;
	padding-right: 3px;
}
form#frmApply span.fm-label {
/*	color: #666666;*/
}
form#frmApply fieldset div {
    margin-bottom: .25em;
    padding: 4px;
    display: block;
/*	letter-spacing: 1px;*/
	font-size: 80%;
}
form#frmApply fieldset div div{
	margin-bottom: 0px;
}

form#frmApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
    border: 1px solid #DBB262;
    padding: 1px;
    color: #666666;
/*	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
/*	letter-spacing: 1px;*/
	font-size: 95%;
	width: 170px;
}
form#frmApply fieldset div select.fm-DropDown {
    border: 1px solid #DBB262;
/*	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
	letter-spacing: 1px;
	font-size: 95%
}
form#frmApply fieldset div select {
    padding: 1px;
/*	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
	letter-spacing: 1px;
	font-size: 95%	
}
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: 120px;
    padding-left: 5em;
    text-align: left;
}
form#frmApply .fm-submit {
    clear: both;
    padding: .4em;
    text-align: center;
}
form#frmApply .fm-submit input {
    border: 1px solid #333;
    padding: 1px .85em;
    background: #555;
    color: #fff;
    font-size: 90%;
}
form#frmApply .fm-note {
	font-size: 80%;
	font-style: italic;
	margin-bottom: .25em;
	display: block;
}
form#frmApply input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}
/* required fields - does not work in IE */
form#frmApply fieldset div.fm-req label {
	color: #990000;
    font-weight: bold;
}
form#frmApply fieldset span.fm-req-label {
color:#990000;
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;
}
/* Sizing ----------------------------------------- */
form#frmApply #app-NameShell input, form#frmApply #jrs-NameShell input {}
form#frmApply #app-PhoneShell input#app-DaytimePhone, form#frmApply #jrs-PhoneShell input#jrs-DaytimePhone { width: 70px!important; }
form#frmApply #app-PhoneShell input#app-DaytimePhoneExt, form#frmApply #jrs-PhoneShell input#jrs-DaytimePhoneExt { width: 25px!important; }
form#frmApply #app-PhoneShell input#app-EveningPhone, form#frmApply #jrs-PhoneShell input#jrs-EveningPhone { width: 70px!important; }
form#frmApply #app-PhoneShell input#app-EveningPhoneExt, form#frmApply #jrs-PhoneShell input#jrs-EveningPhoneExt { width: 25px!important; }

form#frmApply #app-AddressShell input#app-Address1, form#frmApply #jrs-AddressShell input#jrs-Address1 { width: 185px; }
form#frmApply #app-AddressShell input#app-Address2, form#frmApply #jrs-AddressShell input#jrs-Address2 { width: 60px; }
form#frmApply #app-CityStateZipShell input#app-PostalCode, form#frmApply #jrs-CityStateZipShell input#jrs-PostalCode { width: 65px; }

/* ----------------------------------------------------------------------------
/  QUICK FORM 
---------------------------------------------------------------------------- */
#quickApp { text-align: center; }
#quickApp h5 { 
	color: #FFF; 
	background:#7B191A; 
/*	font-family:Georgia, "Times New Roman", Times, serif !important;*/
	font-size: 120%;
	padding: 5px; 
	text-align: left;
}
form#frmQuickApply  {
	margin: 0px;
    padding: 5px 0 10px 0; 
	text-align:center;
}
form#frmQuickApply fieldset {
	border: 0px solid #DBB262;
    margin: 0.25em 0 0.65em 0;
	padding: 0;
	padding-bottom: 0px;	
}
form#frmQuickApply legend {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	padding: .10em 0 .10em 0;
	margin-top: 13px;
	text-transform: none;
}
form#frmQuickApply label {
	color: #333;
    float: left;
    width: 100px;
	margin-left: 0px;
    text-align: left;
	font-size: 12px;
	font-weight: bold;
}
form#frmQuickApply span.fm-label {
	color: #666666;
 	font-size: 97%;
}
form#frmQuickApply fieldset div {
    margin-bottom: 1px;
    padding: 2px;
    display: block;
}
form#frmQuickApply fieldset div div{
	margin-bottom: 0px;
}
form#frmQuickApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea, fieldset div select   {
	font-size: 95%;
    width: 175px;
	border: 1px solid #DBB262;
    padding: 1px;
/*    color: #666666;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
	letter-spacing: 1px;
}
form#frmQuickApply .qap-fm-submit {
    clear: both;
    padding: 1px;
    text-align: center;
}
form#frmQuickApply .qap-fm-submit input {
	border: 1px solid #FFFFFF;
    padding: 1px .85em;
    background: #7F1B1B;
    color: #FFFFFF;
    font-size: 100%;
/*	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
}
#jrs-Comments {height: 75px;}
/* ----------------------------------------------------------------------------
/  Snapshot Contact form
---------------------------------------------------------------------------- */

#snapshot-contactForm {margin: 30px; }
#snapshot-contactForm fieldset div {margin-bottom: 10px;}
#snapshot-contactForm fieldset div label {font-weight: bold; float: left; width: 185px; color: #074957;}
	
#snapshot-contactForm fieldset input {}


