﻿#contact_form {
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 12px;
    color: #666666;
}
/** FORM STYLES GENERAL
#contact_form input, select, textarea {
    font-size: 11px;
    color:#666666;
    width: 250px;
    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 5px 5px;
    width: 80%;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form textarea {
    height: 140px;
    padding: 4px 2px 2px 4px;
    font-family: Verdana, Arial, "Times New Roman";
    width: 79%;
    border: solid 1px #ccc;
    border-radius: 3px;
}
/** FORM STYLE: input **/
#contact_form input {
    padding: 6px 5px 6px 30px;
    background-position: 7px 6px;
    background-repeat: no-repeat;
    width: 75%;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

input#send {
    padding:4px;
    cursor:pointer;
    width:145px;
    height: 33px;
}

#contact_form label {
    display:inline-block;
    width: 100px;
    vertical-align:top;
    margin-top: 6px;
}
/** CONTAINER OF INPUTS **/
#contact_form span {
    border:0;
    padding:0;
    margin:0;
}

#name {
    background-image: url(../img/contact/user_suit.png);
}

#email-form {
    background-image: url(../img/contact/email.png);
}

#phone {
    background-image: url(../img/contact/phone.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 24px;
}

#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;
    margin-bottom: 5px;
    font-size: 11px;
    color: #FF0000;
    background: #FFF9D5;
    border: 1px solid #FF0000;
    padding: 5px;
    text-align: center;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 94%;
}

#contact_form .noicon {
    padding: 5px;
    text-align:center;
}