﻿td.formfield { border-bottom: 1px dotted #FFFFFF; }
input.formfield {  color: #666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border: 0px; padding: 3px; border-left: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA; }
select.formfield {  color: #666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  line-height: 16px; border-left: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA; }
textarea.formfield {  color: #666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  line-height: 16px; border-left: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA;  }
input.noboder { border: 0px solid; }
input.nobg { background-color: Transparent; border: 0px solid;  }
input.boldtxt { font-weight: bold; font-size: 10px; }
a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
}
a.applynow { color:#3399CC; text-decoration:underline; }
a.applynow:hover { text-decoration: none; } 
.button { color: #000; background-color: #336699; padding: 5px 7px; }
.button:hover { background-color: #cee; }

fieldset { padding: 5px; border-width: 2px;}
legend { padding: 5px 10px; border: none; font: bold 12px Verdana, san-serif;color:#555555; }
label { float:left; width:25%; margin-right:0.5em; padding-top:0.2em; text-align:right; font: Arial bold 11px normal;}

  


