label, div.label {
    font-size: 10pt;
    font-weight: bold;
    display: block;
}

label.radio {
    font-size: 12pt;
    display: inline;
}

.checkbox {

   border : 1px solid #666699;
   margin : 0;
   padding : 0;
}



textarea {

   overflow : auto;
   border : 1px solid #666699;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   color : #000;
   margin : 0;
   padding : 0;
}


#textarea {
width: 500px;
}



input, button {

   border : 1px solid #666699;
   background : #fff none repeat center center;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   color : #000;
}

button {
    margin-top: 20px;
}



.button-send {

   background :  url(../images/send-2.gif) no-repeat;
   border : 0;
   width : 130px;
   height : 30px;
   cursor :  pointer;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   font-weight : bold;
   letter-spacing : 1px;
   color : #000066;
   padding-bottom : 3px;
}



.button-reset {

   margin-top : 15px;
   background :  url(../images/reset-2.gif) no-repeat;
   border : 0;
   width : 130px;
   height : 30px;
   cursor :  pointer;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 11px;
   font-weight : bold;
   letter-spacing : 0;
   color : #000066;
   padding-bottom : 3px;
}



select {

   border : 1px solid #666699;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   color : #000;
   margin-right : auto;
   padding : 0;
}



 