#contactForm {

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

	background-color: #fdeace;
	color: #760025; 
	
	text-align: left;
}

#contactForm .header {

	text-align: left;
	
	font-size: 14pt;
}

#formWrap {

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

#formWrap form {
	
	text-align: left;
}

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

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

#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;
}