#contact_form {
	background-color:#eeeeee;
	border:#dfdede solid 1px;
	padding:30px 20px 50px 30px;
	width:450px;
	
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	float: left; clear: left; margin: 11px 10px 0 0; width: 75px;
	text-align: left; font-size: 14px; color: #6e6d6d; 
	text-transform: uppercase; text-shadow: 0px 2px 0px #fff;
}

input {
	width: 320px; height: 20px; padding: 8px; margin: 0 0 25px 0; 
	border:#FFF 1px solid;
	background: #c8c6c6;
	background: -moz-linear-gradient(top, #969595 0%, #c8c6c6 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969595), color-stop(20%,#c8c6c6)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff;
}
input::-webkit-input-placeholder  {
    color: #999;  
}
input:-moz-placeholder {
	color: #999; 
}

textarea {
	width: 320px; height: 170px; padding: 11px 10px 0px 10px; margin: 0 0 25px 0; 
	background: #c8c6c6;
	border:#FFF 1px solid;
	background: -moz-linear-gradient(top, #969595 0%, #c8c6c6 10%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969595), color-stop(10%,#c8c6c6)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; 
}

textarea::-webkit-input-placeholder  {
   color: #999;   
}
textarea:-moz-placeholder {
	color: #999;
}

input:focus, textarea:focus { /* hover */
	background: #ec6707;
	background: -moz-linear-gradient(top, #af5413 0%, #ec6707 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af5413), color-stop(20%,#ec6707)); /* webkit */
}

input[type=submit] {  /* button */
	background-color:#ec6707;
	width: 140px; height: 30px; float: right; padding: 5px; margin: 0 25px 0 0;
	-moz-box-shadow: 0px 5px 0px #b9550d;-webkit-box-shadow: 0px 5px 0px #b9550d;
	border: 1px solid #b9550d;
	background: -moz-linear-gradient(top, #ed7926 0%, #ec6707 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed7926), color-stop(20%,#ec6707)); /* webkit */
	cursor: pointer;
}

input[type=file] {
	height:30px;
	width: 240px;
	color:#333;
}

input[type=submit]:hover { /* button hover */
	background: -moz-linear-gradient(top, #ec6707 0%, #ed7926 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6707), color-stop(100%,#ed7926)); /* webkit */
}


.choosebutton {  /* choose button */
	background-color:#ec6707;
	width: 140px; height: 30px; float: left; padding: 5px; margin: 0 25px 0 120px;
	-moz-box-shadow: 0px 5px 0px #b9550d;-webkit-box-shadow: 0px 5px 0px #b9550d;
	border: 1px solid #b9550d;
	background: -moz-linear-gradient(top, #ed7926 0%, #ec6707 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed7926), color-stop(20%,#ec6707)); /* webkit */
	cursor: pointer;
}

.choosebutton:hover { /* choose button hover */
	background: -moz-linear-gradient(top, #ec6707 0%, #ed7926 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6707), color-stop(100%,#ed7926)); /* webkit */
}

.check {
	width: 19px;
  	height: 25px;
	margin-top:4px;
	 
}

.checktext {
	width: 19px;
  	height: 25px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666;
}

#recaptcha_widget_div {
	margin: 0 0 20px 84px;
}