label {display:none;}
input #first_name {width:90px;}
input #last_name {width:100px;}
/* 
For City and Zip on one line
input #city {width:110px;}
input #zip {width:80px;}
*/
#ff-title {clear:both;}
#ff-firstName {width:90px;float:left;clear:left;}
#ff-firstName .formfield {width:90px;}
#ff-lastName {width:100px;margin-left:10px;float:left;clear:right;}
#ff-lastName .formfield {width:100px;}

.formextra {width:105px;float:left;padding-top:10px;clear:left;}
.formextra .formfield {width:105px;}
.formextra2 {width:105px;margin-right:75px;padding-top:10px;float:right;clear:right;}
.formextra2 .formfield {width:105px;}

#ff-zip {display:none;}
/* 
For City and Zip on one line
#ff-city {width:110px;float:left;clear:left;}
#ff-city .formfield {width:110px;}
#ff-zip {width:80px;margin-left:10px;float:left;clear:right;}
#ff-zip .formfield {width:80px;}
*/
#formcontainer {width:470px;clear:both;}
#webform {float:left;text-align:left;margin:0px 0px 0px 10px;padding-bottom:20px;}
.errMsg {font:11px bold arial,verdana;color:#747474;display:none;margin:5px 0px 0px 0px;}
.error {color:#a10606;}
.formbutton {width:200px;height:38px;text-align:center;font:bold 14px trebuchet ms;color:#fff;text-transform:uppercase;background:url(/images/global/formbttn-green.gif) no-repeat;border:0px;}
.formfield {position:relative;width:200px;height:20px;margin:0px 0px 0px 0px;overflow:hidden;border:1px solid #dadada;}
.focused {border:1px solid #007ac0;}
.formfield input {position:absolute;top:-2px;left:-2px;width:200px;height:24px;border:1px solid #fff; font-weight:bold;font-size:12px;font-family:trebuchet ms;padding:2px 0px 0px 4px;}
.formfield select {position:absolute;top:-2px;left:-2px;width:204px;height:24px;border:1px solid #fff; font-weight:bold;font-size:12px;font-family:trebuchet ms;margin:0px;padding:2px 0px 0px 1px;}
.formset {width:230px;}
#contactinfo.formset {float:left;}
#companyinfo.formset {float:right;}
.frmfield {color:#8f8f8f;}
.frmreq {color:#a10606;}
.inputrow {width:230px;padding-top:10px;clear:both;}
.submitfield {margin-top:10px;width:200px;float:left;clear:both;}