#contactform{
	font-weight: bold;
}
#contactform #name{
	width: 200px;
	height: 22px;
}
#contactform #email{
	width: 200px;
	height: 22px;
}
#contactform #message{
	width: 400px;
	height: 150px;
	padding: 0px;
}
.contactlabel{
	margin-bottom: 5px;
}
input#submit{
	width: 75px;
	height: 25px;
}
