#thankyouform fieldset {
border: none; padding:10px; margin:2px;  background-color: #535657;
  border: 6px solid #535657;
 }

#thankyouform fieldset legend {
 }

#thankyouform fieldset div label {
 }

#thankyouform fieldset div *:focus {
 }

#thankyouform fieldset div input,
#thankyouform fieldset div textarea {
  color: #000000;
 }

#thankyouform fieldset div input.hinted {
  background-color: #EEEEFF;
  color: #323232;
 }

#thankyouform fieldset div input[type=checkbox].fmr  {
   width: 20px;
}

#thankyouform fieldset div.centerac  {
   position: relative;
   left: 0px;
   width: 465px;
}

#thankyouform fieldset div .fml  {
   display: block;
   text-align: left;
   clear: both;
}

#thankyouform fieldset div .fmr  {
   clear: both;
   text-align: left;
   width: 100%;
}

#thankyouform fieldset div  {
   padding-bottom: 1em;
}

