div#surveyform {
	border: 1px solid #A8C3D8;
	background-color: #F1F6F9;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

input {
	border: 1px solid #A8C3D8;
	background-color: white;
	padding-left: 3px;
	margin-top: 6px;
	font-family: trebuchet ms, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
input#submitbutton {
	padding: 0;
	margin-top: 20px;
	border: none;
}

textarea {
	border: 1px solid #A8C3D8;
	background-color: white;
	padding-left: 3px;
	margin-top: 6px;
	font-family: trebuchet ms, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-right: 10px;
	width: 100%;
	
}

label {
	font-weight: bold;
	color: #848484;
}

.asterisk {
	color: #C63E34;
	font-weight: bold;
	font-size: 19px;
}

.small {
	font-family: verdana, sans-serif;
	font-size: 9px;
}
