/* CSS Document */

#contactForm  dt {
	float:left;
	text-align:right;
	width:216px;
	font-size:1.2em;
}
#contactForm  dd {
	margin:0px 22px 6px 230px;
}
#contactForm  dd span {
	color:red;
	font-style:italic;
	font-size:0.9em;
}
#contactForm  dd input
,#contactForm  dd textarea {
	border:1px solid #B8C7C9;
	background-color:white;
	color:#666666;
	font-family:inherit;
	width:98%;
}
#contactForm  dd .validation-failed {
	border:1px dashed red;
}
#contactForm  dd .validation-advice {
	color:red;
}
#contactForm  dd textarea {
	height:99px;
}

#contactFormButtons {
	text-align:center;
	margin-left:230px;
	margin-right:22px;
}
#contactFormButtons input {
	border:1px outset white;
	color:black;
	background-color:#B8C7C9;
	width:9em;
}
#cf-b-submit {
	margin-right:44px;
}

#thankYou {
	text-align:center;
	font-style:italic;
	margin-bottom:55px;
}
