/*
#contact form * {
	margin-bottom: 0 !important;
}

#contact label,
#contact input,
#contact textarea {
	display: block;
	width: 410px !important;
	font-weight: normal !important;
}

#contact input,
#contact select,
#contact textarea {
	border: 1px solid #ccc;
	padding: 2px;
}

#contact fieldset.halfCol {
	display: block;
	float: left;
	overflow: auto;
	width: 200px !important;
	padding-right: 10px;
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #bba;
	padding-bottom: 10px;
}

	#contact fieldset.halfCol * {
		width: 194px !important;
	}

#contact #title,
#contact textarea {
	margin-bottom: 10px !important;
}

#contact #submit {
	width: 100px !important;
	margin: 0;
	padding-left: 10px;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	background-image: url(/site/images/contact-form-submit-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#contact input[type="hidden"] {
	display: none !important;
}

#contact #aoi {
	width: 400px !important;
}

*/

#content label.mailingList,
#content input.mailingList {
    display: none;
}
