/*Contact us form*/

.bizForm h3 {font-size:160%;}

.req {color:#E67520;}

.bizForm .formRow {padding:2px 0;}
.bizForm .formRow label {display:block; width:15em; float:left; font-weight:bold; padding-top:0.1em; cursor:pointer;}
.bizForm .formRow .inputHolder,
.bizForm .formRow .inputHolderBoolean {display:block; float:right;}
.bizForm .formRow .inputHolder {width:23em;}
.bizForm .formRow .inputHolderBoolean {width:4em;}

.bizForm .formRow .textInputHolder input,
.bizForm .formRow textarea {border:1px solid #A0A0A0; width:22.5em;}
.bizForm .formRow textarea {height:6em;}

.bizForm .newsletterRow {float:left; width:20em;}

.bizForm .submitRow {padding:2px 0.35em; float:right; width:10em; text-align:right;}
.bizForm .submitRow input {color:#FFFFFF; font-size:150%; cursor:pointer; border:1px solid #B4D3D9; background-color:#7EB3BE; overflow:visible; padding:0.2em 1em; text-align:center;}

.bizForm .EditingFormErrorLabel {color:#ff0000; display:block; padding-top:0.4em;}
