* {
margin:0;padding:0;
width:250px;
margin-bottom:6px;
}
body{}

/*header*/
.h{
font-size:16px;
color:rgb(0,93,163);
}

#id_captcha{
margin-left:80px;
width:100px;height:25px;
}
textarea{
height:100px;
}
#id_comments{
font-size:14px;
}
#id_submit{
text-transform:uppercase;
font-weight:bold;
}
 #id_submit:hover{
 background:rgb(0,93,163);
 color:white;
 }