#contact_form {
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 12px;
    color: #000;
}
/** FORM STYLES GENERAL **/
#contact_form input[type=text], select, textarea {
    font-size: 14px;
    color:#333;
    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[type=text]:hover, select:hover, textarea:hover {
    border: 1px solid #666;
}

#contact_form input[type=text]:focus, select:focus, textarea:focus {
    border: 1px solid #666;
}

/** FORM STYLE: select **/
#contact_form select {
    padding: 5px 5px 3px 30px;

}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form textarea {
    height: 80px;
    padding: 4px 2px 2px 4px;
    font-family: Verdana, Arial, "Times New Roman";
	width:330px;
	background-color:#f6f6f6;
	resize:none;
}
/** FORM STYLE: input **/
#contact_form input[type=text] {
    padding: 3px 5px 0px 30px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
}

input#send {
    padding:0;
    cursor:pointer;
    width:135px;
    height: 23px;
    background: url(./img/send_button.png);
}

input#send:hover {
    border: 1px solid #999;
    color: #666;
}

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

/*select {
	background:url(./img/earth.png) no-repeat 7px 5px;
	-webkit-background:url(./img/earth.png) no-repeat 7px 5px;
	-moz-background:url(./img/earth.png) no-repeat 7px 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
}
*/
#name {
    background-image: url(./img/user_suit.png);
	background-color:#f6f6f6;
}

#email {
    background-image: url(./img/email.png);
	background-color:#f6f6f6;
}
#address {
    background-image: url(./img/home.gif);
	background-color:#f6f6f6;
}
#country {
	background:url(./img/earth.png) no-repeat 7px 5px;
	-webkit-background:url(./img/earth.png) no-repeat 7px 5px;
	-moz-background:url(./img/earth.png) no-repeat 7px 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:#f6f6f6;
	width:335px;
}
#phone {
    background-image: url(./img/bphone.png);
	background-color:#f6f6f6;
}

#mobile {
    background-image: url(./img/phone.png);
	background-color:#f6f6f6;
}
#himage {
	border:none !important;
	padding:0px !important; 
}

#ajax_loader {
    display:none;
}

.success {
    border: 1px solid #00CC00 ;
    color:#4F8A10;
    background: #F2FFF2;
    display:block;
    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:block;
    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;
	width:325px;
    margin: 3px 0px 0px 105px;
    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;
}
.warning1 {
    display:none;
	width:325px;
    margin: 3px 0px 0px 105px;
    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;
}


.clickevent
{
background-color:#000;
border:0px solid #666;
height:38px;
width:100px;
background-image:url(../images/submit.png);
cursor:pointer;
color:#FFFFFF;
}
.clickevent:hover
{
background-image:url(../images/submit1.png);
}
.clickevent:active
{
background-image:url(../images/submit.png);
}

#product {
	background:url(./img/product.png) no-repeat 7px 5px;
	-webkit-background:url(./img/product.png) no-repeat 7px 5px;
	-moz-background:url(./img/product.png) no-repeat 7px 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:#f6f6f6;
	width:335px;
}


#social {
	background:url(./img/social.png) no-repeat 7px 5px;
	-webkit-background:url(./img/social.png) no-repeat 7px 5px;
	-moz-background:url(./img/social.png) no-repeat 7px 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:#f6f6f6;
	width:335px;
}