.instructions {
	color: #818181;
	font-size: 11px;
	margin-bottom: 7px;
	padding-left: 100px;
}

.message {
	background-color: #D2E7F7;
	border: 2px #1F68A5 ridge;
	max-height:200px;
  	height:50px;
  	margin: 10 auto;
  	padding: 10px;
  	text-align: center;
  	width: 320px;
}

#contactForm label {
	color: #133F62;
	float: left;
	font-weight: bold;
	width: 80px;
}

.text {
	padding-left: 5px;
	width: 420px;
}

legend {
	cursor: pointer;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}