@charset "utf-8";
/* CSS Document */
body{
  font-family:Arial, Helvetica, sans-serif;
  margin:0;
	font-size: 12px;
	color: #66553c;	
}

form{ margin:15px; 0 0 20px; padding:0 0 0 0; }

.form_contact_us h2 {
  margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #473d2e;
	font-weight:bold;
}

input{
border:1px solid #888888;
display:block;
font-size:12px;
width:199px;
margin-bottom:5px;
}
#id_comment{
border:1px solid #888888;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:8px;
width:199px;
height:50px;
}
#id_security{
width:81px;
height:16px;
border:#888888 solid 1px;
}
#id_security_input{
height:14px;
width:95px;
font-size:10px;
text-align:center;
}
#id_submit{
width:90px;
border:0;
background-color:#947f63;
color:#FFFFFF;
font-size:10px;
border:#888888 solid 1px;
}
