.contactform {
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	border: 2px dashed #333333;
	background-color: #FFFFFF;
}
.contact_left {
	float:left;
	width:450px;
	padding: 0;
}
.contact_right {
	float:right;
	padding:15px;
	width:350px;
	background-color:#E9E9E9;
	border:1px solid #CCCCCC;
}
div.error {
	border: 1px solid #C00;
	padding: 10px;
	color: #C00;
}
#contact label {
	cursor: pointer;
	display: block;
	margin-right: 10px;
	width: 80px;
	margin-right: 4px;
	line-height: 20px;
}

#contact .form-item {
	float:left;
	margin-bottom:10px;
	width:248px;
}

#contact label.textarea, #contact .form-item.textarea {
	float: none; 
	width: 95%; 
	margin-right: 0; 
	text-align: left;
}

#contact input[type="text"], #contact textarea {
	margin-bottom: 3px;
	display: block;
	padding: 2px;
	width: 248px;
	border: 1px solid #999;
}
#contact textarea {
	width: 100%;
}

#contact input[type="text"].required, #contact textarea.required {
	background-image: url(../images/asterisk_red.png);
	background-repeat: no-repeat;
	background-position: 99% 2px;
}

#contact input[type="text"].idle, #contact textarea.idle {
	border: solid 1px #999;
}
#contact input[type="text"].active, #contact textarea.active {
	border: solid 1px #333;
	background-image: none;
}
#contact input.button {
	padding: 3px;
}
#contact label.error {
	color: #C00;
	font-size: 0.8em;
	width:120px;
}
#contact input.error {
	border: solid 1px #C00;
}

input[type="text"]#captcha_code {
	width: 200px;
}


.privacy {
	font-size: 0.9em;
}
