#ContactFormPage {
	overflow: auto;
}

#BeforeContactFormContainer {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#ContactFormContainer {
	font-size: 80%;
	width: 360px;
	float: left;
	margin: 0;
	padding: 0;
}

.leftContent {
	padding-right: 5px;
}

fieldset.contactForm {
	padding: 5px;
	padding-top: 5px;
	padding-left: 15px;
	border: none;
}

fieldset.contactForm legend {
	font-weight: bold;
	padding: 5px;
}
#recaptcha_response_field {
	width: 325px;
}
.recaptcha_only_if_image p {
	font-size: 10px;
}

#ContactMessageMessageBody {
	font-size: small;
	width: 325px;
	margin: 0;
	padding: 0;
}
.contactForm form {
	padding: 0;
	margin: 0;
	border: none;
}
.contactForm div.input.text {
	overflow: hidden;
	margin-top: 1px;
}
.contactForm div.input.text label {
	display: block;
	width: 90px;
	float: left;
	margin: 0;
	text-align: right;
	padding-right: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.contactForm div.input.text input {
	display: block;
	float: left;
	width: 230px;
}

#ContactMessageMessageBody ,
.contactForm div.input.text input ,
#recaptcha_response_field {
	border: 1px solid #fff;
	color: #333;
	background: #f9f9f9;
	font-family: "courier, monospace";
	font-weight: bold;
	border: #333 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
		

.contactForm div.input.text ,
.contactForm div.input.textarea {
		clear: both;
}

.contactForm div.error-message ,
#recaptcha_widget p.error-message {
	color: red;
	margin: 0;
	margin-left: 95px;
}
.contactForm div.textarea div.error-message ,
#recaptcha_widget p.error-message {
	margin-left: 0;
}

fieldset.contactForm legend {
	display: none;
}