@charset "utf-8";
/* CSS Document */
body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0;
}
form{ margin:0; padding:12px 0 0 0; }
input{
border:1px solid #888888;
display:block;
font-size:10px;
width:300px;
margin-bottom:8px;
}
#id_comment{
border:1px solid #888888;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-bottom:8px;
width:330px;
height:66px;
}
#id_security{
width:90px;
height:16px;
}
#id_security_input{
height:14px;
width:137px;
}
#id_submit{
width:90px;
border:0;
background-color:#833d04;
color:#FFFFFF;
font-size:10px;
border:#5b2a03 solid 1px;
}
