#contact_form { width: 650px; margin: 40px auto 0 0; }

#contactForm {
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 12px;
    color: #666;
}

#contactForm input, #contactForm select, #contactForm textarea {
    font-size: 11px;
    color:#999999;
    width: 500px;
    height: 30px;
    border: #CCC solid 1px;
    /** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contactForm input:hover, #contactForm select:hover, #contactForm textarea:hover { border: 1px solid #999; }
#contactForm input:focus, #contactForm select:focus, #contactForm textarea:focus { border: 1px solid #999; }
#contactForm select { height: 35px; padding: 7px 5px 5px 5px; width: 537px; }
#contactForm select option { cursor: pointer; padding: 5px; }


/** FORM STYLE: textarea **/
#contactForm textarea {
    height: 180px;
    padding: 18px;
    font-family: Verdana, Arial, "Times New Roman";
}


/** FORM STYLE: input **/
#contactForm input {
    padding: 8px 5px 5px 30px;
    background-position: 7px 14px;
    background-repeat: no-repeat;
}

#contactForm input#send {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
	background: #fdfdfd url(../images/button_bg.png) repeat-x 0 100%;
	border: 1px solid #bbbbbb;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #127daf;
	text-transform: uppercase;
	height: 2.4em;
	width: 17.0em;
	text-align: center;
	padding: 0 0 2px 0;
	letter-spacing: -0.05em;
	cursor: pointer;
	display: inline;
	padding-bottom: 0px;
}
#contactForm input#send:hover {
	color: #232323;
	background: #eeeeee url(../images/button_bg_hover.png) repeat-x 0 100%;
	text-decoration: none;
}

#contactForm label {
    display:inline-block;
    width: 100px;
    vertical-align:top;
    margin-top: 13px;
}

/** CONTAINER OF INPUTS **/
#contactForm span {
    border:0;
    padding:0;
    margin:0;
    display: block;
    margin-bottom: 10px;
}

#contactForm #name { background-image: url(../images/user_suit.png); }
#contactForm #email { background-image: url(../images/email.png); }
#contactForm #phone { background-image: url(../images/phone.png); }
#contactForm #ajax_loader { display:none; }


#contact_form .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;
}
#contact_form .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;
}
#contact_form .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;
}

#contactForm .noicon { padding: 7px 7px 0 7px; }