@charset "utf-8";

div#form div#contact-left{
	float:left;
	width:210px;
}
div#form div#contact-right{
	float:right;
	width:215px;
	margin-bottom:5px;
}
div#form label{
	display:block;
	margin-top:5px;
}
div#form label span{
	color:#d4ac54;
}
div#form div#contact-left input,
div#form div#contact-right input{
	border:2px solid #c4ab73;
	width:162px;
	padding:3px;
	height:14px;
	color:#000000;
}
div#form div#contact-bottom{
	clear:both;
	margin-top:5px;
}
div#form div#contact-bottom input{
	float:left;
	margin-top:17px;
}
div#form div#contact-bottom textarea{
	display:block;
	border:2px solid #c4ab73;
	width:427px;
	padding:3px;
	height:140px;
	color:#000000;
}
#error{
	z-index:1100;
	left:0px;
	top:0px;
	position:absolute;
}
#error-text{
	z-index:1100;
	background-color:#d4ac54;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	color:#ffffff; 
	font-weight:bold;
	font-size:12px;
}