@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;
font-size:10px;
width:170px;
margin-bottom:5px;
}
#id_comment{
border:1px solid #888888;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-bottom:5px;
width:170px;
height:46px;
}
#id_security{
width:80px;
height:16px;
}
#id_security_input{
height:14px;
width:82px;
}
#id_submit{
border:#55768b solid 1px;
background-color:#8faec2;
color:#FFFFFF;
font-size:10px;
padding-bottom:2px;
height:17px;
width:90px;
}