@charset "utf-8";


div#pageTitle h2 {
	background: url(../img/page_header/contact.gif) left bottom no-repeat;
	}

div#content form {
	width: 555px;
	margin-bottom: 25px;
	padding: 20px 20px 5px 20px;
	background: #f3f3f3;
	border: dotted 1px #999;
	}

* html div#content form {
	width: 595px;
	}

div#content dl {
	}

div#content dt {
	}

div#content dt.error {
	color: #c00;
	font-weight: bold;
	}

div#content dd {
	margin-bottom: 15px;
	}

div#content div#validateErrors {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #999;
	background: #fff;
	}

div#content div#validateErrors ul {
	}

div#content div#validateErrors ul li {
	margin-left: 1.5em;
	list-style: disc;
	}

div#content div#sendCompleteMessage {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #999;
	background: #fff;
	}


