
#contact_form {
    font-family: Arial, Verdana, "Times New Roman";
    font-size: 12px;
    color: #666;
    padding-top: 0px;
    padding-right: 4px;
}
/** FORM STYLES GENERAL **/
#contact_form #input, .textarea {
    font-size: 12px;
/*    color:#999999;*/
    width: 160px;
    max-width: 227px;
    height: 28px;
    border: #CCC solid 1px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#contact_form #input:hover, select:hover, .textarea:hover {
    border: 1px solid #999;
}

#contact_form #input:focus, select:focus, .textarea:focus {
    border: 1px solid #999;
}

/** FORM STYLE: select **/
#contact_form select {
    padding: 5px 5px 3px 5px;
}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form .textarea {
    min-height: 100px;
    width: 227px;
    padding: 4px 2px 2px 4px;
    font-family: Verdana, Arial, "Times New Roman";
}
/** FORM STYLE: input **/
#contact_form #input {
    line-height:24px;
    padding: 0 5px 0px 30px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    font-size: 14px;
}

#atr_send {
    color: #6c6f74;
    border: none;
    font-size: 12px;
    font-weight: bold;
    cursor:pointer;
    background: url(../img/contact/send_button2.png) no-repeat center top;
}

#atr_send:hover {
    color: #000;
}

#contact_form label {
    display:inline-block;
    width: 90px;
    margin-top: 6px;
    text-align: right;
    margin-right: 10px;
}
/** CONTAINER OF INPUTS **/
.log_atr {
    background-image: url(../img/contact/user_suit.png);
}

#eemail {
    background-image: url(../img/contact/email.png);
}

.pas_atr {
    background-image: url(../img/contact/login_zamok3.png);
}

#ajax_loader {
    display:none;
}

.success {
    border: 1px solid #00CC00 ;
    color:#4F8A10;
    background: #F2FFF2;
    display:none;
    margin-top: 3px;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.error {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    border: 1px solid #FF4F4F;
    color:#D6000E;
    background: #FFF2F2;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.warning {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    width: 328px;
    color: #9F6000;
    background: #FFF9D5;
    border: 1px solid #FFD324;
    padding: 5px;
    text-align: center;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form .noicon {
    padding: 0px 7px 0 7px;
    text-align:center;
}