#contactcon {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin: 20px 0 20px;
}

#contactcon div {
	float: left;
	width: 285px;
}

#contactcon div h3 {
	color: #136fa2;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#contactcon p {
	margin: 0 0 5px;
}

#contactcon a {
	color: #2c9bd9;
	text-decoration: underline;
}

#contactcon a:hover {
	text-decoration: none;
}

#contacthead {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #136fa2;
}

#contact li {
	margin-bottom: 10px;
	list-style: none;
}

#contact input, #contact textarea {
	width: 370px;
	color: #01135b;
	padding: 3px;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background: #faf9f9 url('/images/bg_formbg.gif') repeat-x top;
	margin: 0;
	font: 1em tahoma, arial;
}

#contact textarea {
	height: 160px;
	background-image: url('/images/bg_textarea.gif');
}

#contact label {
	display: block;
	float: left;
	width: 100px;
}

.astr, .require {
	font-size: 1.1em;
	color: #127eba;
}

.require {
	padding-left: 5px;
	vertical-align: top;
}

input#submit {
	border: none;
	background: none;
	width: 67px;
	height: 22px;
	margin-left: 100px;
	padding: 0;
	float: none;
}