.cform,.cform fieldset{
color:#666666;
border:none;
width:400px;
}
.cform input,.cform textarea{
font-family:"Trebuchet MS", Arial, Verdana;
width: 300px;
float: left;
margin: 0 auto 8px;
padding:8px;
border: 1px dashed gray;
color:#999999;
}
.cform input#submit{
background:none;
border:none;
width:158px;
height:46px;
float: left;
margin: 0 auto;
padding:0;
color:#999999;
cursor:pointer;
}
.cform #submitbox{
background: url(images/submit-button.png) no-repeat;
width:158px;
height:46px;
float: left;
margin: 0 auto;
padding:0;
color:#999999;
}
.cform label{
font-family:"Trebuchet MS", Arial, Verdana;
font-style: italic;
font-size:10px;
float: left;
width: 150px;
}