@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
.container-enquiry {
	width:100%;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="date"], #contact input[type="url"], #contact textarea, #contact select option, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; width:100%;}

#contact {

	padding:8px;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 8px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact option{
	width:100%;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;	
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select {
	width:100%;
	border:1px solid #f0f0f0;
	border-radius:0px;
	background:rgba(51,51,51,0.2);
	margin:0 0 15px;
	padding:6px;
	color:#fff;
}

#contact input[type="date"], #contact select, #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	background:rgba(51,51,51,0.2);
	margin:0 0 15px;
	padding:6px;
	border-radius:0px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact select, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #f4b317;
}

#contact textarea {
	height:80px;
	max-width:100%;
  resize:none;
  border-radius:0px;
  margin:0 0 15px;
}

#contact select {
	height:40px;
	max-width:100%;
	width:355px;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	border:1px #CCC solid;
	margin-left:5px;
	background:#ff7f00;
	color:#fff;
	text-transform:lowercase;
	padding:12px;
	font-size:15px;
	margin-top:3px;
}

#contact button[type="submit"]:hover {
	background:#303030;
	color:#fff;
	-webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
	text-shadow:none;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}

::-webkit-input-placeholder {
 color:#FFC000;
}
:-moz-placeholder {
 color:#FFC000;
}
::-moz-placeholder {
 color:#FFC000;
}
:-ms-input-placeholder {
 color:#FFC000;
}
