/* Contact Form Styles */

#contact_form {
display:block;
margin-top:20px;
clear:left;
border-top:1px solid #999;
padding-top:20px;
height:350px;
position:relative;
}
.form_element {
position:relative;
padding-bottom:10px;
margin-bottom:10px;
background:url(../images/general/contact_form_element_bg.gif) bottom left no-repeat;
}

.form_element label {
padding-left:12px;
background:url(../images/general/plus_icon.gif) top left no-repeat;
background-position:0 2px;
}

.form_element input, .form_element select, .form_element textarea {
position:absolute;
left:320px;
}

.form_element input, .form_element select {
width:160px;
height:18px;
}
.form_element textarea {
width:400px;
overflow:auto;
height:120px;
}
#contact_form #submit, #contact_form #submit_login {
position:absolute;
left:320px;
bottom:20px;
width:160px;
}
#notify {
margin-top:10px;
padding:5px 0;
text-align:center;
border-top:1px solid #FFC45F;
border-bottom:1px solid #FFC45F;
background-color:#FFE2AF;
display:none;
}