/* HTML BODY */ BODY { font-family:arial,sans-serif,helvetica; font-size:9pt; color:black; margin:0px; } A{ font-family:arial,sans-serif,helvetica; font-size:9pt; } /*Webform Header - Useful to put your company logo */ div.header{ background-color:#29231E; height:20px; } /* Webform Title */ div.title { color:#29231E; font-family:arial,sans-serif,helvetica; font-size:18pt; padding:15px; text-align:center; } /* DIV container of all the form */ div.container { text-align:center; } /* webform TABLE */ #webform { width:600px; } /* TD with the fields names */ #webform TD.name { font-family:sans-serif,arial,helvetica; font-size:10pt; font-weight:bold; text-align:right; padding:6px; background-color:#ECF2FE; width:200px; } /* Description of each field inside the TD.name */ #webform TD.name font.description { font-family:sans-serif,arial,helvetica; font-size:9pt; font-style:italic; font-weight:normal; color:#23324F; } /* TD with the input fields */ #webform TD.input-field { padding:6px; text-align:left; } /* TD with the buttons */ #webform TD.buttons { text-align:center; background-color:#C4BFB8; padding:10px; } /* TD separator of each field */ #webform TD.separator { height:5px; } /* TD with the CAPTCHA Box */ #webform TD.captcha{ padding-top:50px; text-align:center; font-family:verdana,helvetica,arial; font-size:9pt; color:#333; } /* Container inside the CAPTCHA TD */ #webform TD.captcha div.captcha-container{ width:310px; margin: 0 auto; } /* DIV container of the label "Required Fields" */ div.required-fields-label { font-family:sans-serif,arial,helvetica; font-size:9pt; font-weight:bold; color:#404040; width:500px; text-align:right; margin: 0 auto; } /* Style for the * that marks each field as required */ font.required { font-weight:bold; font-size:10pt; color:red; } /* Style of the copyright */ #copyright { font-size:8pt; } #copyright A { font-size:8pt; color:blue; } #copyright A:hover { font-size:8pt; color:red; } /* Style of the Submit button */ INPUT.submit { font-weight:bold; } /* Style of the Reset button */ INPUT.reset { font-weight:bold; } /* Input fields styles */ INPUT, TEXTAREA, SELECT { font-family:sans-serif,arial,helvetica; font-size:9pt; font-weight:normal; }