form.customform{
   float:left;
   color:#8A6B16;
   margin-top:20px;
}

   form.customform fieldset{
      border:0;
      margin-bottom:20px;
      padding-top:10px;
   }
   
      form.customform fieldset label{
         display:block;
         width:100%;
         float:left;
         /*text-shadow: #999 0px 0px 2px;*/
      }
      
      form.customform fieldset input, form.customform fieldset textarea{
         border:1px solid #8A6B16;
         padding:4px;
         margin-bottom:8px;
         font-family:Trebuchet MS, Arial;
         font-size:12px;
         width:230px;
      }
      
      form.customform fieldset input[type="radio"]{
         width:10px;
      }
      
      form.customform fieldset textarea{
         width:230px;
         height:150px;
      }
      
      form.customform fieldset button, form.customform fieldset input[type="submit"]{
         border:0px solid;
         width:110px;
         margin-left:128px;
         background-color:#8A6B16;
         color:#E2CFC6;
         padding:2px;
         text-transform:uppercase;
         font-weight:normal;
         font-family:Trebuchet MS, Arial;
         font-size:12px;
      }
