@charset "UTF-8";
/* CSS Document */
div.cntIntro { padding:48px 48px 12px 48px; }
div.cntMethods { padding-left:18px; }
div.cntDoubleBox { float:left; position:relative; width:31%; margin-right:2%; }
div.cntDoubleBoxinner { text-align:center; padding-top:30px; min-height:240px; }
div.cntDoubleBoxinner p { text-align:left; padding-top:20px; }
div.cntDoubleBoxinner img { margin:0; }

.sIFR-active h2 {
font-size: 18px; 
text-align:center;
margin-top:12px;
margin-bottom:0;
}

#cntForm { width:70%; }
#cntForm fieldset p { font-weight:bold; }
.fld { width:99%; }
select { width:99%; }
fieldset#fsFirstName { width:40%; }
fieldset#fsLastName { width:40%; }
fieldset#fsAddress { width:100%; }
fieldset#fsCity { width:99px; }
fieldset#fsState { width:100px; }
fieldset#fsZip { width:60px; }
fieldset#fsPhone { width:40%; }
fieldset#fsEmail { width:40%; }
fieldset#fsTime { width:80%; }
fieldset#fsComments { width:100%; }
fieldset#fsComments textarea { height:200px; }

img#btnContinue { clear:both; margin:20px 0 12px 0; }
#cntThankYou { padding-right:200px; display:none; }

#cntSaving { display:none; padding:2px 0 8px 23px; background:url(/assets/images/ajax-loader.gif) no-repeat; min-height:32px; text-align:left; margin-left:20px; }
#cntSaving * { font-weight:bold; color:#716A5A; }
