#page
{
	background-image: url('/images/frontend/default-background.jpg');
	font-family:Myriad, Arial, Helvetica, sans-serif;
}
#formcontact
{
	position: absolute;
	left: 320px;
	top: 220px;
	
}
#formcontact input
{
	font-size: 11px;
	height: 13px;
	border: #545454 1px solid;
	background-color: white;
	color: black;
	font-family: arial;
}
#formcontact td
{
	background-color: transparent;
}
#formcontact th
{
	text-align: left;
	color: #E34400;
	font-size: 13px;
}
#formcontact .button
{
	height: 20px;
}
#formcontact TEXTAREA
{
	font-size: 11px;
	height: 13px;
	border: #545454 1px solid;
	background-color: white;
	font-family: arial;
	color: #505050;
}
#sendsuccess
{
	color: #E2C488;
	font-weight: bold;
	font-size: 13px;
	margin-top: 250px;
	margin-left: 500px;
}
