#formcontact
{
	position: absolute;
	left: 250px;
	top: 140px;
	/*border: dashed 1px #E2C488;*/
	padding: 10px 10px 10px 10px;
}
#formcontact input
{
	font-size: 11px;
	height: 13px;
	border: #ae8c72 1px solid;
	background: none;
	color: black;
}
#formcontact th
{
	text-align: left;
	color: #ae8c72;
}
#formcontact .button
{
	height: 20px;
}
#formcontact TEXTAREA
{
	font-size: 11px;
	height: 13px;
	border: #ae8c72 1px solid;
	background: none;
	color: black;
}
#sendsuccess
{
	color: #ae8c72;
	font-weight: bold;
	font-size: 13px;
	margin-top: 250px;
	margin-left: 500px;
}
