#contactForm{/*font-size: 12px;*/}

#contactForm #name{
 width:120px;
}

#contactForm #email{
 width:120px;
}

#contactForm #subject{
 width:120px;
}

#contactForm textarea{
width:280px;
height:120px;
}

#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;
width: 300px;
}

#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:100px;
text-align: left;
padding-right:10px;
}