
#contactform label, #contactform input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contactform input {font-size: xx-small;}

#contactform label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
	font-weight: bold;
}

#contactform textarea {margin-left: 170px; margin-top: -20px; margin-bottom: 20px;}

#contactform br {
	clear: left;
}


#contactform .button1, #contactform .button2{
	font-size : 95%; border: 1px solid #000000; color : #000; cursor: hand;
}

#contactform .button1 {
	margin-left: 170px;
}
