*{
margin:0;padding:0;
font-family:arial;
font-size:12px;
float:left;
}
body{
background-image:url(/images/contactus.jpg);
background-repeat:no-repeat;
margin-left:33px;
margin-top:60px;
}
input,textarea{
border:1px solid rgb(122,122,122);
width:190px;
height:15px;
margin-top:8px;
}
#id_name{
}
#id_phone{
}
#id_email{
}
#id_comments{
height:120px;
}
#id_security_input{
width:123px;
}
#id_captcha{
height:15px;width:60px;
margin-left:5px;margin-top:7px;
}
#id_submit{
clear:left;
border:0;
width:96px;
height:30px;
background-image:url(/images/submit.jpg);
/*hide text in button*/
font-size:0px;
color:#FFFFFF;
margin-left:45px;
}