/* CSS Document */
/* styling for form */
#contact {padding:0; margin-top: 15px; font-size: 12px; }
fieldset  { width: 350px; margin: 0 auto; padding-bottom:20px; border: none;}
fieldset ol { list-style: none;}
fieldset li { margin-bottom: 5px; display: block; }

label{
float: left;
width: 80px;
margin-right: 10px;
text-align: left;
}

input {
width: 250px;
margin-bottom: 10px;

}
legend {display: none;}
#comments { width: 250px; height: 200px; }
.alignbuttons {clear: both; padding-left: 94px; }
.alignbuttons label { width: 60px; }
#submit{width: 60px; color: #000000;}
#reset {width: 60px; color: #000000;}
/* end */ 


