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

#contactform {
}
.contact_button {
	height:21px;
	width:137px;
	background:url(/images/buttons/send_contact.gif) no-repeat;
	outline:none;
	border:0px solid;
	margin:0;
	padding:0px;
	cursor:pointer;
}
#contactform strong {
	color:#FF0000;
}
.middle_col #contactform {
	float:none;
	width:478px;
}
.middle_col .left-contact {
	border-right:1px solid #A8A292;
	float:left;
	margin:0px;
	padding:5px;
	width:228px;
}
.middle_col .left-contact p {
	margin:0 0 5px;
	padding:0;
	width:228px;
}
.middle_col .left-contact input.txt {
	border:1px solid #A8A292;
	color:#A19D94;
	height:15px;
	margin:4px 10px;
	padding:2px 4px;
	width:200px;
}
.middle_col .left-contact select.txt {
	border:1px solid #A8A292;
	color:#A19D94;
	height:24px;
	margin:4px 10px;
	padding:2px 4px;
	width:210px;
}
.middle_col .left-contact textarea.txt {
	border:1px solid #A8A292;
	color:#A19D94;
	height:100px;
	margin:4px 10px;
	padding:2px 4px;
	width:200px;
}
.middle_col img.human {
	width:200px;
	margin:4px 10px;
	padding:0px 4px;
	border:1px solid #A8A292;
}
.middle_col .right-info {
	width:229px;
	float:left;
	margin:0px;
	padding:5px;
}
.middle_col .submitarea {
	clear:both;
	padding:5px 0;
	text-align:center;
}
.right-info h2 {
	font-size:20px;
	font-weight:normal;
}

.right_col #contactform {
	float:none;
	width:710px;
}
.right_col .left-contact {
	border-right:1px dotted #A8A292;
	float:left;
	margin:0 5px;
	width:335px;
}
.right_col .left-contact p {
	margin:0 0 5px;
	padding:0;
	width:230px;
}
.right_col .left-contact input.txt {
	border:1px solid #A8A292;
	color:#A19D94;
	height:15px;
	margin:4px 10px;
	padding:2px 4px;
	width:305px;
}
.right_col .left-contact select.txt {
	border:1px solid #A8A292;
	color:#A19D94;
	height:24px;
	margin:4px 10px;
	padding:2px 4px;
	width:315px;
}
.right_col .left-contact textarea.txt {
	border:1px solid #A8A292;
	color:#A19D94;
	height:100px;
	margin:4px 10px;
	padding:2px 4px;
	width:305px;
}
.right_col img.human {
	width:305px;
	margin:4px 10px;
	padding:0px 4px;
	border:1px solid #A8A292;
}
.right_col .right-info {
	width:334px;
	float:left;
	margin:0px 5px;
}
.right_col .submitarea {
	clear:both;
	padding:5px 0;
	text-align:center;
}