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