/**
 * Contact
 */
div#contact
{
	background-image: url('/images/contact/contact_background.png');
	width: 240px;
	height: 310px;
	color: #FFFFFF;
	padding: 20px;
	overflow: hidden;
}

div#contact h4
{
	font-size: 18px;
}

div#contact p
{
	font-size: 12px;
	line-height: 16px;
}

div#contact dl
{
	margin: 0px;
	padding: 0px;
}

div#contact dl dt
{
	clear: both;
	float: left;
	width: 80px;
	color: #ffffff;
	font-weight: bold;
}

div#contact dl dd
{
	float: left;
	width: 160px;
}

div#contact dl dd input,
div#contact dl dd textarea
{
	border: 0px;
}

div#contact dl dd input
{
	width: 160px;
}

div#contact dl dt,
div#contact dl dd
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
}

div#contact dl dt.message,
div#contact dl dd.message
{
	clear: both;
	float: none;
	line-height: 100%;
	width: 240px;
}

div#contact dl dt.message
{
	padding-top: 10px;
	height: 12px;
	line-height: 12px;
}

div#contact dl dd.message
{
	padding-top: 5px;
	width: 240px;
	height: 50px;
}

div#contact dl dd.message textarea
{
	width: 240px;
	height: 50px;
}
div#contact dl input.submit
{
	margin-top: 5px;
}