body
{
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/top.gif) center top no-repeat;
	font-family: Verdana;
	font-size: 11px;
	color: #999;
}

#text
{
	position: absolute;
	left: 59px;
	top: 24px;
	width: 202px;
}

#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 49px;
	background: #fff url(../images/contact_footer.gif) right top no-repeat;
	z-index: 1;
	border-bottom: 12px solid #E6E6E6;
}

#text p
{
	margin-top: 0;
}

form
{
	position: absolute;
	left: 11px;
	top: 96px;
	width: 197px;
	z-index: 10;
}

label
{
	display: block;
	font-weight: bold;
}

input.box, textarea
{
	width: 100%;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	margin-bottom: 20px;
}

textarea
{
	height: 83px;
}

.error
{
	color: #f00;
}

a, a:visited
{
	color: #8EAF40;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
