/* HTML BODY */ BODY { font-family:arial,sans-serif,helvetica; font-size:9pt; color:black; background-color:#FFB7FF; } A{ font-family:arial,sans-serif,helvetica; font-size:9pt; } /* Webform Title */ div.title { font-family:verdana,helvetica,arial; font-size:14pt; font-weight:bold; color:#44455E; font-weight:bold; text-align:center; padding-bottom:10px; } /* 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:9pt; font-weight:bold; text-align:right; padding:6px; background-color:#FFB7FF; } /* 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:#FF99FF; padding:10px; } /* TD separator of each field */ #webform TD.separator { height:5px; } /* Description of each field */ #webform font.description { font-family:sans-serif,arial,helvetica; font-size:8pt; font-style:italic; font-weight:normal; color:#23324F; } /* 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:9pt; font-weight:bold; } #copyright A { color:blue; } #copyright A:hover { 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; } /* TD with the CAPTCHA Box */ #webform TD.captcha{ padding-top:50px; text-align:center; font-family:verdana,helvetica,arial; font-size:8pt; color:#333; } /* Container inside the CAPTCHA TD */ #webform TD.captcha div.captcha-container{ width:310px; margin: 0 auto; }