
#contactForm #name{
 width:150px;
}

#contactForm #email{
 width:150px;
}

#contactForm #subject{
 width:250px;
}

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