@charset "utf-8";
/* CSS Document */
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#form-contact{
	margin-left:50px;
	padding:20px;
}
#form-contact .field{
	width:700px;
	text-align:left;
	margin:5px 0px;
}
#form-contact .field label{
	float:left;
	font-size:12px;
	width:130px;
}
#form-contact textarea{
	width:250px;
	height:75px;
}
#form-contact .field input{
	float:left;
	width: 250px;
}
#form-contact .field label.error{
	color: red;
	font-style: italic;
	margin:0px 0px 0px 0px;
	color:#CC0000;
	font-weight: normal;
	margin-left:10px;
}
#bot_order{
	background:  #3399CC;
	border:2px solid  #003366 ;
	color:#FFFFFF;
	font-size:12px;
	cursor:pointer;
	float:left;
	display:inline;
	margin:10px 0px 0px 130px;
	padding:5px 10px;
	width:250px;
}
.field input.error, .field textarea.error, .field select.error {
	border: 1px dotted #CC0000;
	background-color: #FFFFD5;
}
.thanks{
	color:#006600;
	text-align:center;
	font-weight:bold;
}
