 .button {

     padding : 4px;
     font-size : 10px;
     color : #000000;
     background-color : inherit;
     text-align : center;
     white-space : nowrap;
     background : url(images/btn_bg.gif) no-repeat top left;
     width : 91px;
     height : 21px;
     border : none;

}
 span.required {

     color : #cc0000;
     background-color : inherit;
     font-size : 11px;

}
 div.regform label, div.regform input, div.regform textarea, div.regform select {

     float : left;
     margin-bottom : 1em;
     display : block;
     text-align : left;
     font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
     font-size : 12px;

}
 div.regform label {

     width : 22em;
     margin : 0;
     text-align : right;
     color : #000;
     background-color : inherit;
     padding : 0 4px 4px 4px;
     font-size : 12px;

}
 div.regform br {

     clear : both;

}
 div.regform textarea {

     width : 25em;

}
 .info {

     font-size : 12px;

}
 .warn {

     color : rgb(120, 0, 0);
     background-color : inherit;
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
     font-size : 12px;

}
 .error {

     color : #cc0000;
     background-color : inherit;
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
     font-size : 12px;

}
 input.required {

     padding : 1px 3px;
     border-style : solid;
     border-color : #cc0000;
     background-color : #ffffff;
     color : #000;
     border-width : 1px;
     width : 250px;

}
 input.optional {

     padding : 1px 3px;
     border-style : solid;
     border-color : #b9babc;
     background-color : #ffffff;
     color : #000;
     border-width : 1px;
     font-size : 12px;
     width : 250px;

}
 textarea {

     padding : 1px 3px;
     border-style : solid;
     border-color : #b9babc;
     background-color : #ffffff;
     color : #000;
     border-width : 1px;
     font-size : 12px;
}
.footnote {

     padding-top : 2px;
     text-align : left;
     color : #fff;
     background-color : inherit;
    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
     font-size : 12px;

}
 .misc {

     text-align : center;
}