#contact_form {
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
/** FORM STYLES GENERAL **/
#contact_form input, select, textarea {
	font-size: 11px;
	color:#999999;
	width: 300px;
	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; width:335px;
}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form textarea {
    height: 80px;
    padding: 4px 2px 2px 4px;width:325px;
    font-family: Verdana, Arial, "Times New Roman";
}
/** FORM STYLE: input **/
#contact_form input {
    padding: 0 5px 0px 30px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
}

input#send {
	padding:0;
	cursor:pointer;
	width:135px;
	height: 23px;
	background-color: #A72014;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
}

input#send:hover {
	border: 1px solid #999;
	color: #FFFFFF;
}

#contact_form label {
	display:inline-block;
	width: 120px;
	vertical-align:top;
	margin-top: 6px;
}
/** CONTAINER OF INPUTS **/
#contact_form span {
	border:0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	padding: 10;
}
#Company{
    background-image: url(../assets/img/contact/Company.png);
}
#Person {
    background-image: url(../assets/img/contact/user_suit.png);
}

#email {
    background-image: url(../assets/img/contact/email.png);
}

#phone {
    background-image: url(../assets/img/contact/phone.png);
}
#Fax{background-image: url(../assets/img/contact/fax.png)}
#Address{ background-image: url(../assets/img/contact/address.png)}
#City{ background-image: url(../assets/img/contact/city.png)}
#PinCode{ background-image: url(../assets/img/contact/zipicon.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;
    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;
}
#contact_form h2{
	padding: 0px;
	color: #A72014;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
div#center {
	padding: 10px;
	background-color: #F8F8F8;
	float: right;
	margin: 0px;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

div#bot {
	height: 13px;
	background-color: #F8F8F8;
}

 
