/* contact.css */

div#contact {
	margin-left: 10px;
}

div#contact h2 {
	background: url("/img/aboutus_contact.png") no-repeat left top;
	height: 34px;
	width: 700px;
	text-indent: -9999px;
	margin-top: 10px;
}

div#contact h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	line-height: 20px;
	height: 20px;
}

div#contact p {
	width: 700px;
	margin-top: 15px;
}

div#contact dl{
	width: 600px;
	margin: 10px auto;
}

div#contact dl dt{
	float: left;
	clear: both;
	margin-right: 10px;
	line-height: 20px;
}

div#contact dl dd{
	line-height: 20px;
}

div#contact div#form {
	width: 598px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	margin: 10px auto;
}

div#contact div#form h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

div#contact div#form dl {
	width: 598px;
	overflow: hidden;
}

div#contact div#form dl dt {
	width: 160px;
	text-align: right;
	line-height: 28px;
	float: left;
	clear: both;
}

div#contact div#form dl dd{
	line-height: 28px;
}

div#contact div#form dl dd input, div#contact div#form dl dd select, div#contact div#form dl dd textarea {
	margin: 0 5px;
}

div#contact div#form p{
	color: #F03333;
	width: 598px;
	text-align: center;
}


