	
	#WebsiteForm {
		overflow: hidden;
		font-size: 0.95em;
	}
	
		#WebsiteForm h2 {
			margin: 15px 0px 10px 20px;
			font-size: 1.6em;
		}
	
	
		#WebsiteForm legend { display: none; }
		#WebsiteForm fieldset {
			float: left;
			margin: 0px 0px 0px 20px; 
			border: none; 
			padding: 0; 
			width: 450px;
		}
		
		#WebsiteForm ul {
			clear: both;
			width: 450px;
		}
		
		#WebsiteForm li {
			padding-top: 5px;
			overflow: hidden;
			width: 100%;
		}
		
		#WebsiteForm li.Question {
			padding-top: 15px;
		}
		
		#WebsiteForm li.ErrorMessage {
			display: none;
			/*
			background: #ff8a00;
			margin: 2px;
			padding: 5px;
			color: #fff;
			*/
			color: #fff;
		}
		
		.ErrorHeader,
		.ErrorFooter {
			overflow: hidden;
			background: url(../EIImages/ErrorMessageHeader.gif) -5px 0px no-repeat;
			height: 8px;
		}
		
		.ErrorFooter {
			background: url(../EIImages/ErrorMessageFooter.gif) -5px 0px no-repeat;
		}
		
		.ErrorContent {
			padding: 0px 20px;
			background: url(../EIImages/ErrorMessageContent.gif) -5px 0px repeat-y;
		}
		
		#WebsiteForm li.Error label {
			color: #ff8a00;
		}	
				
		#WebsiteForm li.SucessMessage {
			display: none;
			font-weight: bold;
			color: #00cc00;
			font-size: 1.1em;
		}
		
		#WebsiteForm li.ProcessingMessage {
			display: none;
			background: url(../EIImages/Spinner.gif) 0% 100% no-repeat;
			text-indent: 20px;
		}
		
		#WebsiteForm label {
			float: left;
			width: 120px;
		}

		#WebsiteForm label.Auto {
			padding-right: 1px;
			width: auto;
		}
		
		#WebsiteForm label.QuestionLabel {
			padding-right: 10px;
		}
		
		#WebsiteForm input.Text,
		#WebsiteForm textarea,
		#WebsiteForm input.Radio {
			float: left;
		}

		#WebsiteForm input.Text {
			width: 250px;
		}

		#WebsiteForm textarea {
			width: 370px;
			height: 100px;
		}

		#WebsiteForm input.Radio {
			margin: 2px 2px 0px 4px;
		}
		
		#WebsiteForm .LongFields label {
			float: none;
			clear: both;
			display: block;
			width: auto;
		}
		
		#WebsiteForm .LongFields input.Text {
			width: 300px;
		}
		
		#PreferredSuburbItem {
			display: none;
		}

