#contact-zone{
    text-align:left;
    float:left;    
    background-image:url("/images/contact_bg.png");
    width:964px;
    height:500px;
    background-repeat:no-repeat;
    position:relative;
    margin-left:35px;
}
#form_contact{
    float:right;
    margin-right:103px;
}
.input_contact{
    background-repeat:no-repeat;
    background-position:0px 0px;
    height:28px;
    line-height:28px;
    border:0px;
    width:300px;
    padding-left:10px;
    padding-right:8px;
    background-color: transparent;
    border:1px solid rgb(165,149,119);
    margin-left:1px;
    margin-top:1px;
}
.mesaj_contact{
    background-repeat:no-repeat;
    background-position:0px -1px;
    height:270px;
    width:301px;
    line-height:20px;
    border:0px;
    overflow:auto;
    padding-left:10px;
    padding-right:8px;
    background-color: transparent;
    border:1px solid rgb(165,149,119);
    margin-left:1px;
}
.input_cod{
    height:28px;
    width:120px;
    line-height:28px;
    border:0px;
    padding-left:10px;
    padding-right:10px;
    background-color: transparent;
    border:1px solid rgb(165,149,119);
    margin-top:-3px;
    margin-left:1px;
}
.extraspace{
    margin-top:20px;
    margin-bottom:30px;
}
.getcode{
    position:absolute;
    left:700px;
    top:350px;
}
.reload_code{
    width:24px;
    height:24px;
    position:absolute;
    left:840px;
    top:350px;
}
.submit_form{
    width:107px;
    height:32px;
    position:absolute;
    left:540px;
    top:405px;
}
.error_e{
    color:red;
}