div.contact_send{
	padding-top: 10px;
}

div.contact_send_form{
	font-size: 12px;
	font-weight: bold;
}

div.contact_send_form input.textbox{
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px;
	width: 350px;
	border: solid 1px black;

	font-size: 12px;
	color: #000000;
}

div.contact_send_form textarea.textbox{
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px;
	width: 350px;
	height: 150px;
	border: solid 1px black;

	font-size: 12px;
	color: #000000;
}

div.contact_send_form input.submit{
	margin-left: 120px;
	width: 120px;
	padding: 2px;
	border: solid 1px black;
	background-color: #ffffff;

	color: #000000;	
	font-weight: bold;
}

