* {
	margin:0;
	padding:0;
}
		
body {
	color:#245F66;
	font-family:'Trebuchet MS', sans-serif;
	font-size:11px;
}
	
form#search {
	padding:5px 10px 10px;
	font-size:14px;
}
		
form#search input.text {
	width:100%;
	height:39px;
	border:1px #BEE4E9 solid;
	background:url(images/inputbg.png) repeat-x;
	font-size:16px;
}

form#search ul {
	list-style-type:none;
	
}

form#search li {
	margin-bottom:4px;
}
		
div#results {
	width:236px;
	background:#E6F5F7;
	padding:2px;
}

.small_button {
	margin-right:2px;
}

#records a {
	color:#0B8EC7;
	font-weight:bold;
}

table#records {
	border-collapse:collapse;
	width:100%;
}

table#records td {
	background:url(images/recordbg.png) #F9F9F9 no-repeat;
	border-bottom:1px #E6F5F7 solid;
}

table#records td.address {
	padding:3px;
}

p#nav_top {
	margin-bottom:2px;
}

a img {
	border:0;
}

input#street {
	margin-bottom:5px;
}

#enhance_me {
	background:#F8E038;
	border:2px #E4C907 solid;
	padding:8px 2px;
	font-size:9px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sfap {
	margin-right:5px;
}

p.error {
	background:#f00;
	padding:2px;
	color:#fff;
	font-size:11px;
}
	

		

