@CHARSET "ISO-8859-1";

body {
	background-color:white;
	}
	
#containerpop h1 {
	font:bold 18px
	color:#003366;
	margin-bottom:0;
	padding-bottom:0;
	}
	
#containerpop h2 {
	color:#003366;
	font:bold 15px;
	margin-top:5px;
	padding-top:0;
	}
	
#containerpop p {
	color:#003366;
	}
	
#containerpop {
	width:99%;
	margin:15px auto;
	}

.contactFormErrors{
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 10px;
	color: red;
}

.contactFormError{
	position: relative;
	clear: both;
	width: 100%;
}

.contactFormEmailSuccess{
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.contactbodytext {
	position: relative;
	width: 500px;
	left: 20px;
	float: left;
}

.contactInputContainer{
	position: relative;
	clear: both;
	width: 50%;
	padding-top: 10px;
}

.contactInputArea{
	position: relative;
	clear: both;
	width: 100%;
}

.contactLabel{
	position: relative;
	clear: both;
	width: 100%;
	float: left;
}

.contactInput{
	position: relative;
	clear: both;
	width: 80%;
	float: left;
	padding-left: 60px;
}

.contactLongInput{
	width: 180px;
}

.contactZipInput{
	width: 90px;
}

.contactCommentsInput{
	width: 300px;
	height: 100px;
}

.contactSubmitButton{
	position: relative;
	clear: both;
	width: 33%;
	margin: 0 auto;
	padding-top: 10px;
}

.recaptcha{
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 20px;
}

.messages{
	position: relative;
	clear: both;
	width: 100%;
	padding-bottom: 5px;
}

.errorMessage{
	color: Red;
}

.normalMessage{
	color: inherit;
	font-size: 18px;
}
