*{
margin:0;padding:0;
}
body{
position:relative;
top:55px;
left:40px;
background-image:url(form.jpg);
}

input{
border:1px solid #000000;
width:193px;
height:18px;
color:#000000;
font-family:verdana;
font-size:11px;
padding:0px 2px 0px;
margin-top:2px;
}
#id_comments{
height:30px;
width:196px;
color:#000000;
overflow:hidden;
border:1px solid #000000;
}
#id_security_input{
float:left;
width:114px;
height:20px;
}
#id_captcha{
float:left;
position:relative;
left:6px;
top:2px;
width:70px;
height:20px;
background-image:url(/images/captcha.png);
border:1px solid #000000;
}
#id_submit{
background-color:#FFFFFF;
position:relative;
top:-8px;
font-weight:bold;
color:#000000;
text-transform: uppercase;
left:58px;
width:80px;
height:23px;
background-image:url(/images/button.png);
cursor:pointer;
} 
