/* Selectors common to Dickinsons and Crosse and Blackwell */
h3, form .InputGroup {
	clear: both;
}
#contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
form .InputGroup {
}
div.Instructions p {
	margin: 0;
}
#feedbackTypes {
	width: 350px;
	height: 2em;
}
#feedbackTypes p {
	float: left;
	width: 150px;
}
#experienceTypes {
	width: 410px;
	height: 60px;
	background-color: #f9f3df;
	border: solid #ccc 1px;
}
#experienceTypes p {
	float: left;
	width: 70px;
	text-align: center;
	padding: 5px;
}
#experienceTypes label {
	display: block;
}
#contactInfo p, #messageContent p {
	clear: left;
}
#contactInfo label, #messageContent label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
#messageContent p {
	margin-bottom: 2em;
}
#messageContent p.Note {
	margin-bottom: 0;
}
#messageContent label img {
	padding-bottom: 1em;
}
