#contactForm {

	position: relative;
	
	width: 465px;
	height: auto;
	padding: 15px 15px 10px 15px;

	background-color: #b2c3e5;
	color: #ff6818; 
	
	text-align: left;
}

#contactForm .header {

	text-align: left;
	color: #033193;
	font-size: 14pt;
}

#contactForm .text {

	text-align: left;
	color: #033193;
}

#contactForm .solidLine {

	position: absolute;
	
	width: 435px;
	height: 1px;
	
	border-top-style: solid;
	border-width: 1px;
	border-color: #033193;
}

html>body #contactForm .solidLine {
	
	width: 465px;
}

#formWrap {

	position: relative;
	
	width: 300px;
	height: auto;
	
	text-align: right;
}

#formWrap form {
	
	text-align: left;
	color: #033193;
}

#formWrap a {
	
	text-decoration: none;
	color: #033193;
}

#formWrap a:hover {
	
	text-decoration: none;
	color: #fff;
}

#formWrap input {

	width: 300px;
}

#formWrap textarea {

	width: 300px;
	height: 60px;
}

#formWrap .text {

	text-align: left;
}

#formReply {

	position: relative;
	
	width: 300px;
	height: 120px;
	
	text-align: center;
}