@charset "utf-8";
#formWrapper {
	margin: 0 auto;
	height: auto;
}

#mainForm {
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	padding: 20px;
	border: 1px solid #CCC;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin: 0 auto;
	box-shadow: 10px 10px 10px #CFCFCF;
	background: #F5F5F5;
	width: 735px;
}

label {
	width: 120px;
	float: left;
	clear: left;
	color:#30458a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	padding: 0;
}

input.text {
	width:200px;
	height:18px;
	font-family:Verdana, Geneva, sans-serif;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* shadow around text boxes */
	-o-border-radius: 0px 0px 4px #CFCFCF;
	-webkit-box-shadow: 0px 0px 4px #CFCFCF;
	-moz-box-shadow: 0px 0px 4px #CFCFCF;
	box-shadow: 0px 0px 4px #CFCFCF;
	color: #30458a;
}

textarea {
	max-width:500px;
	min-width:500px;
	max-height:150px;
	min-height:150px;
	background-color:#FFF;
	clear: right;
	font-family:Verdana, Geneva, sans-serif;
	color:#30458a;
	font-size: 1em;
	border: 1px solid #CFCFCF;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/* shadow around text boxes */
 -o-border-radius: 0px 0px 4px #CFCFCF;
	-webkit-box-shadow: 0px 0px 4px #CFCFCF;
	-moz-box-shadow: 0px 0px 4px #CFCFCF;
	box-shadow: 0px 0px 4px #CFCFCF; /* some variation of grey for the shadow */
}

#contactForm #submitButton, #submit {
	text-align: center;
	color: #30458A;
}