#contact_form {

}

/** FORM STYLES GENERAL **/

input#send {

    padding:0;

    cursor:pointer;

    width:135px;

    height: 23px;

    background: url(../img/contact/send_button.png);

}



input#send:hover {

    border: 1px solid #999;

    color: #666;

}


/** CONTAINER OF INPUTS **/

#contact_form span {

	border:0;

	padding:0;

	margin:0;

	display: block;

	margin-bottom: 10px;

	color: #bcbec0;

}



#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;

    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: 7px 7px 0 7px;

}


