

#ContactBackground
{
	display: block;
	width: 1002px;
	height: 592px;
	position: relative;
	top: 32px;
	background: url(../gfx/contact_bg.jpg) no-repeat;
}

#ContactBackground h1
{
	font-family: georgia, serif;
	font-size: 30px;
	position: absolute;
	top: 40px;
	left: 60px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

#ContactBackground div.Text, #ContactBackground table.Form
{
	position: absolute;
	top: 90px;
	left: 60px;
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
	font-size: 13px;
}
#ContactBackground div.Text a
{
	color: #fff;
}
#ContactBackground table.Form
{
	width: auto;
}
#ContactBackground table.Form td
{
	color: #fff;
	padding: 4px 15px 4px 4px;
	font-size: 13px;
	vertical-align: top;
}

#ContactBackground table.Form td p
{
	margin: 0;
}

#ContactBackground input.Text
{
	width: 160px;
	height: 14px;
	background: #fff;
	border: 0;
	padding: 4px;
}

#ContactBackground textarea
{
	width: 570px;
	height: 330px;
	background: #fff;
	border: 0;
	border-right: 1px solid #22282f;
	padding: 4px;
	color: #000;
	font-size: 11px;
}

#ContactBackground button.Send
{
	position: absolute;
	top: 465px;
	left: 646px;
	border: 0;
	width: 183px;
	height: 34px;
}
#ContactBackground button.Send span
{
	visibility: hidden;
}

#ContactBackground button.Back
{
	border: 0;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #fff;
	text-align: left;
	display: block;
	margin: 20px 0 0 0;
}


