
/**
#contactForm #name{
 width:200px;
}

#contactForm #email{
 width:200px;
}

#contactForm #subject{
 width:300px;
}

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

#contactForm label span {
	display: block;
	width: 70px;
	float: left;
	text-align: left;
	margin-right: 10px;
}

#name, #company, #address, #email, #phone, #message, #subject {
	border: 1px solid #757575;
}

#message {
	height: 100px;
}

#name, #company, #address, #email, #phone, #subject {

}

label em {
	color: red;
}
