@charset "UTF-8";
/* CSS Document */

#content {
	margin-top: 10px;
}
#contactForm {
	margin: 10px;
}
#contactForm p {
	width: 470px;
}
#contactForm .txtInput {
	width: 379px;
	height: 21px;
	border: 1px solid #cccfce;
	background: #e7e9e8;
	margin: 0 0 0 10px;
	padding: 4px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#contactForm label {
	width: 68px;
	display: block;
	float: left;
	text-align: right;
	font-family: Courier, 'Courier New', monospace;
	padding: 4px 0 0 0;
}
#contactForm textarea {
	width: 379px;
	height: 211px;
	border: 1px solid #cccfce;
	background: #e7e9e8;
	margin: 0 0 0 10px;
	padding: 4px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	overflow: auto;
}
#contactForm p.formSubmit {
	text-align: right;
}
#contactForm #btnSubmit {
	width: 68px;
	height: 30px;
	border: none;
	background: #aeb3b6;
	font-size: 18px;
	font-family: Courier, 'Courier New', monospace;
	color: #fff;
	cursor: pointer;
}
#contactForm #btnSubmit:hover {
	background: #f60;
}
/* form validation error styles */
#contactForm label.error {
	color: #c00;
	width: auto;
	float: none;
	text-align: left;
	padding-left: 78px;
}
#contactForm input.txtInput.error {
	border: 1px solid #c00;
}
#contactForm textarea.error {
	border: 1px solid #c00;
}
#thankyou {
	display: none;
	width: 282px;
	height: 146px;
	background: url(../images/bkgd_thankyou.png) 0 0 no-repeat;
	text-align: left;
}
#thankyou p {
	font-size: 18px;
	font-family: Courier, 'Courier New', monospace;
	text-align: center;
	margin: 28px 0 0 0;
	padding: 0;
	width: 265px;
	line-height: 18px;
}
#thankyou #modalClose {
	display: block;
	width: 13px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 45px;
	background: url(../images/btn_modalclose.gif) 0 0 no-repeat;
}
#thankyou #modalClose:hover {
	background-position: 0 -13px;
}
