body{
/*background-image:url(/images/topform.jpg);

background-repeat:no-repeat;
overflow:hidden;*/
/*background:none;*/

background-color:#4f0000;
margin-left:20px;
/*padding-top: 30px;*/
}

* {
font-family:arial;
margin:0;padding:0;
font-size:12px;
float:left;
}




form{
position:relative;
/*left:20px;top:40px;*/
}
 input{
 border:0;
 width:228px;
 height:29px;
 background-image:url(/images/field.jpg);
 background-repeat:no-repeat;
 padding-left:5px;padding-top:5px;
 
 overflow:hidden;
 background-color:#4f0000;
 }
 select{
 border:0;
 background-color:rgb(222,221,217);
 width:223px;
 height:20px;
 margin-left:2px;margin-bottom:5px;
 }
 textarea{
 border:0;
 height:116px;
 background-image:url(/images/comments.jpg);
 background-repeat:no-repeat;
 overflow:hidden;
 background-color:#4f0000;
 width:228px;
 height:105px;
 padding-left:5px;padding-top:5px;
 }
 #id_security_input{
 text-align:center;
 margin:0;padding:0;
 font-size:11px;
 padding-top:9px;
 background-image:url(/images/securitycode.jpg);
 width:108px;
 height:37px;
 }
 #id_captcha{
 position:relative;
 left:20px;top:4px;
 border:0;
 width:70px;
 height:25px;
 }
 #captcha_holder{
 position:relative;
 left:8px;
 border:0;
 background-image:url(/images/captcha.jpg);
 width:108px;
 height:37px;
 }
 #id_submit{
 border:0;
 width:222px;
 height:30px;
 font-size:0px;
 background-image:url(/images/submit.jpg);
 background-repeat:no-repeat;
 padding-top:5px;
 }
 #thankyou{
 color:white;
 font-weight:bold;
 padding-left:10px;padding-right:16px;padding-top:56px;
 }
