body{
background-image:url(../images/employer_only.jpg);
background-repeat:no-repeat;
margin-top:20px;
}

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

form{
position:relative;
top:8px;
}

form *{
margin-top:10px;
}

input,textarea{
width:178px;
border:1px solid #7a7a7a;
}
 input{
 height:18px;
 }
 textarea{
 height:116px;
 }
 #id_security_input{
 width:109px;
 }
 #id_captcha{
 position:relative;
 top:3px;
 width:57px;
 height:17px;
 }
 #id_submit{
 border:0;
 width:66px;
 height:19px;
 color:black;
 font-size:0px;
 background-image:url(../images/submit.gif);
 background-repeat:no-repeat;
 }
