@charset "utf-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
}
form{ margin:0; padding:0; }
.title{
font-size:18px;
font-weight:bold;
margin-bottom:8px;
padding:15px 30px 0px 0;
color:#0066ff;
text-align:left;
}
input{
border:1px solid #CCCCCC;
font-size:12px;
margin-bottom:5px;
height:20px;
width:225px;
}
#id_comment{
width:225px;
height:86px;
margin-bottom:5px;
border:1px solid #CCCCCC;
}
#id_security{
border:1px solid #CCCCCC;
width:100px;
height:25px;
margin-left:5px;
}
#id_security_input{
height:24px;
width:110px;
}
#id_submit{
border:none;
height:43px;
width:235px;
background:url(/images/btn_submit.jpg);
background-position:top left;
background-repeat:no-repeat;
}
