#contactForm #name{
 width:200px;
}

#contactForm #email{
 width:200px;
}

#contactForm #subject{
 width:300px;
}

#contactForm textarea{
width:500px;
height:200px;
}

#contactForm .validate{
font-size: 12px; color: red;
}

#contactForm fieldset{
border-top:#666 1px dotted;
border-bottom:#ccc 1px dotted;
border-left:#ccc 1px dotted;
border-right:#ccc 1px dotted;
margin:10px 0 10px 0;
background-color:#f5f5f5;
padding:10px;
}

#contactForm fieldset legend{
padding:2px 5px 2px 5px;
border:#666 1px dotted;
background-color:#ccc;
}

#contactForm label{
display:block;
margin:0 10px 10px 20px;
}

#contactForm label span{
display:block;
float:left;
width:150px;
text-align:right;
padding-right:10px;