body {
	margin: 0;
	padding: 0;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	/* overflow: hidden; */
	background-color: #000;
	color: #01b0f0;
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

a {
	color: #ff358b;
	text-decoration: none;
}

a:hover {
	color: #ff358b;
	text-decoration: underline;
}

p {
	margin: 0px;
	margin-bottom: 30px;
	color: #aeee00;
}

select {
	font-size: 16px;
}

td {
	font-size: 14px;
}

#header {
	margin: auto;
	background: url('../images/header.gif');
	width: 800px;
	height: 74px;
	text-indent: -9000px;
	z-index: 200;
}

#container {
	margin: auto;
	width: 800px;
	z-index: 100;
}

#container1,#container2 {
	margin-top: 30px;
}

#container1 {
	display: block;
}

#container2 {
	visibility: hidden;
}

#search_addr input {
	font-size: 1.6em;
	padding: 10px;
	border: 5px solid #01b0f0;
}

#search_addr input:focus {
	border: 5px solid #ff358b;
}

#addr {
	width: 770px;
	margin-bottom: 1px;
}

#sf {
	width: 370px;
	margin-right: 1px;
	margin-bottom: 1px;
}

#ybt {
	width: 369px;
	margin-bottom: 1px;
}

#report {
	border: 10px solid #01b0f0;
	border-top: 0px;
	padding: 10px;
}

#zillow_report {
	border: 20px solid #01b0f0;
	padding: 10px;
}

#map_controls {
	padding: 10px;
	background-color: #333333;
}

.info {
	font-size: 16px;
	color: #ff358b;
	font-style: italic;
}

.small {
	font-size: 12px;
}

#submit_button {
	text-align: center;
	display: none;
	margin-top: 10px;
}

#zillow_header {
	background: url('../images/zillow.gif');
	width: 800px;
	height: 74px;
	text-indent: -9000px;
}
