*{float:left;}

body{
background:transparent;

}
.h{
color: #7a5234;
/*color: #fefdfd;*/
font-size:24px;
margin-bottom:10px;
}
input,textarea,select{
width:240px;
height:18px;
border:#898989; border-style:solid; border-width: 1px;
background:transparent;
color: #000000;
font-size:12px;
/*padding-top:2px;padding-left:3px;*/
display:block;
/*margin-bottom:10px;*/
margin:10px 0 5px 5px;

overflow:hidden;
float:left;/*temp*/
}
select{
width:240px;
background:rgb(162,103,49);
/*color:rgb(162,103,49);*/
}

option{clear:left;}

textarea{
height:240px;
}

#id_security_input{
display:inline;
float:left;
width:110px;
height:23px;
font-size:11px;
padding-top:6px;
margin-left:13px;
overflow:hidden;
text-align:left;
color: #000000;
}
#id_captcha{
border:#898989; border-bottom-style:solid 1px;
display:inline;
margin: 10px 0px 5px 10px;
width:100px;
height:30px;
}
#id_submit{
margin:8px;
padding:0;
border:0;
cursor:pointer;
width:160px;
height:31px;
overflow:hidden;
display:inline;
font-size:0px;
/*color:rgb(162,103,49);*/
background-image:url(/images/submit.jpg);
}
 #id_submit:hover{
background-image:url(/images/submit.jpg);
 }