div#locate input#state {
	width: 153px;
}

div#locate input#zip {
	width: 114px;
}


div#map {
	width: 520px;
	height: 400px;
	margin-left: 11px;
}

div#location-list {
	width: 480px;
	height: 200px;
	overflow: auto;
	margin-left: 31px;
	margin-top: 25px;
}

div#location-list div {
	cursor: pointer;
	padding: 5px;
}

div#location-list div:hover {
	background: #eee;	
}

div#location-list div.no-results {
	cursor: default;
}
