@charset "UTF-8";
/* CSS Document */

#newsletter_wrapper input {
	background-color: #EEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
	font-family: "Century Gothic", Helvetica, Arial;
	padding: 0px;
	margin-top: 7px;
	font-size: 12px;
}
#newsletter_wrapper  .medium_input {
	background-image: url(../resources/formfields/medium_input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 240px;
	padding-top: 0px;
	padding-left: 7px;
}

.inactive  {
	color:#666;
	font-size: 12px;
	padding-top: 0px;
	font-family: "Century Gothic", Helvetica, Arial;
	line-height: 30px;
		}	
		 
input, textarea {
	outline: none;
	border:0;
	background-color: #EEE;
}
.submit {
	background-image: url(../resources/formfields/submit_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 94px;
	margin-right: 18px;
	padding-bottom: 10px;
}
#newsletter_wrapper table {
	float: left;
}
.mediumwidth {
	width: 230px;
}
.large_input {
	background-image: url(../resources/formfields/large-_inputfield.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 333px;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.largewidth {
	height: 14px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.textareawidth {
	height: 75px;
	width: 300px;
}
.captchabg {
	height: 30px;
	width: 83px;
	background-image: url(../resources/formfields/captchaBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 7px;
	margin-bottom: 10px;
}
#contactform_table input {
	background-color: #EEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
}
.textareabg {
	background-image: url(../resources/formfields/text_area.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 333px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#contactform_table textarea {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	line-height: 14px;
}
.captcha {
	height: 18px;
	width: 65px;
	padding-left: 6px;
}





.quform input, .quform textarea {
	outline: none;
	border: 0;
	background-color: #EEE;
	width: 95%;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.36);
	box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.36);
}

.quform .submit {
	padding: 8px;
	border: none;

}

.quform-captcha-inner {
	margin-bottom: 10px;
}