@charset "utf-8";
/* CSS Document */

/*form styles*/
.contact-form-container {
	width: 75%;
	margin: 0 auto;
}

.contact-form{
	width:100%;
	padding:5px 0;
	text-align:left;
	margin-top:0px;
}

.form-direction {
	width: 100%;
	text-align: center;
	padding-top: 2%;
}

.form-direction p{
	font-family: 'Open Sans', sans-serif;	
}

.contact-form h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}

.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	color: #222222;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align: top;
	padding: 5px 0px;
	position: relative;
	margin: 0 auto;
}
#formpage input,select {
	padding: 6px 0px 10px 5px;
	border: 1px solid #222222;
	font-family: 'Open Sans', sans-serif;	
	color: #000;
	font-size: 16px;
	background: rgba(255,255,255,0.90);
	width: 100%;
	margin-top: 5px;
    border-radius: 2px;
	height: 40px;
}



#formpage input:focus {
background:#eaeaea;
	border: 1px solid #222222;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #222222;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#222222; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 150px;
	height:auto;
	box-shadow:1px 1px 2px #848484;
	border: solid 2px #222222;
}

#formpage input.submit-button:hover{
	background:#fff; 
	transition:ease-out .3s;
	color: #222222;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
    padding: 6px 0px 10px 5px;
	border: 1px solid #222222;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 16px;
	background: #eaeaea;
	margin-top: 5px;
	width: 100%;
	height: 185px;
	border-radius:2px
}

#formpage textarea:focus{
	background:#eaeaea;
	border: 1px solid #222222;
	border-radius:2px;
	color: #000;
} 

.CaptchaWhatsThisPanel a {
    color:#6C6C6C  !important;
}

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	width:250px;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/

