/* start _ ENQUIRY FORM STYLING _ start */

.ContactForm {
	width:460px;
	float:left;
	margin-left:30px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Resets and Remove Browser Defaults */

form, fieldset, input, textarea {margin:0; padding:0; border:0; outline:none; font-family: 'Roboto', Arial, sans-serif; font-weight: 400;}
legend {display:none;}


/* Text Styling */

label {
	width: 100px; float: left; clear: left;
	margin-top: 13px; margin-right: 15px; margin-bottom: 0px; margin-left: 0px;
	text-transform: uppercase; font-weight: 400; font-size: 70%; color: #666666;
	letter-spacing: 0.1em; text-align: left;
}


/* Input Box Styling */

input {
	width: 290px;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: #ffffff;
	background-color:#ffffff;
	background-color:rgba(255,255,255,0.6);
	font-weight: 400;
	font-size: 70%;
	color: #666666;
	text-align: left;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

input::-webkit-input-placeholder  {color: #999999;}
input:-moz-placeholder {color: #999999;}

input:focus {color:#666666; background: #666666; background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}


/* Text Box Styling */

textarea {
	width: 290px;
	height: 170px;
	background: #ffffff;
	background-color:#ffffff;
	background-color:rgba(255,255,255,0.6);
	font-weight: 400;
	font-size: 70%;
	color: #333333;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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

textarea:focus {color:#666666; background: #666666; background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}


/* Submit Button Styling */

.SubmitButton {
	width: 160px;
	height: 45px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	padding: 10px;
	border: 1px solid #666666;
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333)); /* webkit */
	text-transform: uppercase;
	font-weight: 400;
	font-size: 70%;
	color: #cccccc;
	line-height: 120%;
	letter-spacing: 0.1em;
	cursor: pointer;
	text-align: center;
}

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

/* end _ ENQUIRY FORM STYLING _ end */
