
#contactForm #name{
 width:200px;
}

#contactForm #email{
 width:200px;
}

#contactForm #subject{
 width:200px;
}
#contactForm #company{
 width:200px;
}
#contactForm #phone{
 width:200px;
}
#contactForm textarea{
width:300px;
height:200px;
}
#contactForm input:focus, #contactForm textarea:focus{
border:#000066 1px solid;
padding:1px;
}