@import url("endUserRequest.css");

#zoneContent #zoneContent {
	width: auto;
	float: none;
	padding: 0px; }
#zoneContent h1 {
	color: #333333;
	background: none;
	font-size: 1.3em;
	padding: 2px;
	padding-top: 10px;
	margin-bottom: 0.5em; }
#contactForm { 
	width: 420px;
	margin: 10px auto;
	padding-bottom: 5px;
	background-color: #f2f1ee;
	border: 1px solid #E7E3D7;
	padding: 5px; }
	#contactForm fieldset { 
		border: 0px none;
		margin-bottom: 5px; }
	#contactForm legend { display: none; }
	#contactForm p {
		line-height: 2em;
		font-size: 1em;
		clear: both;
		padding-left: 10px; }
	#contactForm label { width: 170px; color: #666666; }
	#contactForm input { width: 200px; }
		p#zipCode_e input { width: 40px; }
	#contactForm select { width: 110px; }
	#contactForm textarea { 
		clear: both;
		width: 390px;
		height: 120px; }
	#contactForm p.obligatory label,
	#contactForm p.obligatoryText { color: #ff6600; }
	#contactForm p span { 
		color: red;
		line-height: 1.6em;
		height: 2em;
		padding-left: 175px; }
#contactForm p.button {
	width: auto;
	text-align: center;
	padding-right: 7px;}
#contactForm p.button input {
	width: auto;
	height: 1.4em;
	font-size: 1.1em;
	padding: 0px 1em;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9900;
	border-width: 1px;
	border-style: solid;
	border-color: #ffcc33 #cc6600 #cc6600 #ffcc33; }
.pageContainsErrorLabel { width: 400px; }


