html, body {
	height: 100%;
	background:#A5BDC0;
}

INPUT[type="text"], textarea {
	border: 1px solid #C7B2B2;
	font-size: 12px;
	border-color: #C7B2B2;
}

.select {
	font-size:        12px;
	background-color: #FFFFFF; 
	border: 1px solid #C7B2B2;
	border-color: #C7B2B2;
}

.contactForm {
	margin: 15px auto;
	padding: 0px;
	width: 568px;
	font: 12px ;
}

.contactForm #top {
	background-image: url(/images/HBR/contact_page/original6/ContactHeader.jpg);
	background-repeat: repeat-y;
	width:100%;
	height: 140px;
}

.contactForm #middle {
	background-image: url(/images/ContactBackground.jpg);
	background-repeat: repeat-y;
	width:100%;
	margin: 0px;
	padding: 0x;
    padding-bottom: 20px;
    /padding-bottom: 0px;
}

.contactForm #bottom {
	background-image: url(/images/ContactFooter.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 20px;
}

h1 {
	margin:0;
	font: bold 18px ;
	text-align:center;
}

h2 {
	font: bold 14px ;
	text-align:center;
	margin:0;
	margin-bottom:25px;
}

h3 {
	font: 12px ;
	text-align:center;
}
body, h1, h2, h3, legend, li {
	color:#5A461F;
}

fieldset {
	border: 1px solid #AA9A7B;
	margin:0 4em 2em 4em;
	/margin:0 4em 2em 4em;
	padding-top:0;
	background-image: url(/images/HBR/contact_page/fieldset_top_edge.jpg);
	background-repeat: repeat-x;
}

fieldset legend {
	/margin-top:-7px;
	margin-left:10px;
	font: bold 12px ;
}

fieldset ol { 
	list-style: none;
	margin-top:10px;
	margin-bottom:5px;
}

fieldset li {
	padding-bottom: 0.5em;
	margin-left:10px;
}

fieldset label {
	float: left;  
	width: 12em;  
	margin-right: 1em;
}

fieldset fieldset {
	border: none;
	background: none;
	margin:0;
}

fieldset fieldset legend {
	margin:0 0 0 -9px;
	/margin:0 0 0 -7px;
	font-weight:normal;
}
fieldset fieldset ol {
	margin:-13px 0 0 145px;
	/margin:-18px 0 0 163px;
}

fieldset fieldset li {
}
fieldset fieldset label {
	width:4em;
	margin-right:1em;
}

#submission {
	border: none;
	margin:0 auto;
	padding-bottom:0;
	background-image: none;
	text-align:center;
	width:240px;
}

#submission div {
	margin-top:5px;
	text-align:center;
}

#submission li {
	text-align:center;
}

#submit {
}
em {  
	color: #FF6666;  
	font-size: 85%;  
	font-style: normal;  
	text-transform: uppercase;
}