label{
float: left;
width: 185px; /* this is what makes the space between the label and the input */
font:9pt verdana, arial, helvetica, sans-serif;
font-weight: 400; 
font-style: normal;
text-decoration: none;
font-variant: normal;
color: #000;
}

.formfont {
font:9pt verdana, arial, helvetica, sans-serif;
font-weight: 400; 
font-style: normal;
text-decoration: none;
font-variant: normal;
color: #000;
}

/* for IE add a background so yellow color is not showing */
input {
width: 180px;
margin-bottom: 5px;
font:9pt verdana, arial, helvetica, sans-serif;
font-weight: 400; 
font-style: normal;
text-decoration: none;
font-variant: normal;
color: #000;
background-color:#fff;
border:1px solid #ccc; 

}

textarea{
width: 250px;
height: 150px;
font:9pt verdana, arial, helvetica, sans-serif;
font-weight: 400; 
font-style: normal;
text-decoration: none;
font-variant: normal;
color: #000;
border:1px solid #ccc;
}

.boxes{
width: 1em;
}

input.btn{
width:90px;
font: 9pt verdana,  sans-serif;
font-weight:bold;
color:#1671e1;
padding:2px 2px 2px 2px;
background-color:#ffffff;
border:1px solid #1671e1; 
}

input.btnhov{
color:#53bb34;
border:1px solid #53bb34;}

br{
clear: left;
}




