#idLogoWrapper {
	background: #252525;
}

#idLogo {
	background:url('/static/contact_us/logo_background.jpg');
	background-repeat: no-repeat;
}
/* hide below as we are not using it */
#idContentSubSection {
	display: nonze;
}

h1 {
	color: #003F59;
}

#idContactUsForm th {
  width: 10%;
}

#idContactUsForm textarea {
	height: 4em;
}

#idContactUsForm input {
	width: 50%;
}

#idSubmitButton {
	width: auto !important;
	/*min-width: 2em;*/
}

#idLogoImages {
	background-image:url('/static/contact_us/header_logos.png');
	background-repeat: no-repeat;
	background-position: top right;
}