h1#talkaroundtheblock{
	background: url(/images/talk_around_the_block.png) no-repeat;
	text-indent: -9999px;
	height: 74px;
	margin: 0 0 15px 0;
}
#tour {
	margin: 20px 0 0 0;
}
#tour img {
	margin: 0 0 15px 0;
}
#tour h2 {
	background: url(/images/tour_titles.png) no-repeat;
	height: 26px;
	text-indent: -9999px;
}
#tour h2#for_neighbors{
	background-position: 162px -0px;
} 
#tour h2#setup_neighborhood{
	background-position: 162px -26px;
} 
#tour h2#create_account{
	background-position: 162px -52px;
} 
#tour h2#verify_address{
	background-position: 162px -78px;
} 
#tour h2#join_conversation{
	background-position: 162px -103px;
} 
ol#signup_steps {
	margin-left: 2px;
	display: block;
	width: 770px; height: 49px;
	background: url(/images/steps_bg.png) no-repeat;
}
li.step {
	display: block; height: 49px;
	float: left;
	line-height: 49px;
	background: url(/images/step_numbers.png) no-repeat;
	text-indent: 12px;
	margin: 0 0 0 45px !important;
	font-weight: bold;
}
li.step.one {
	background-position: 0 10px;
}
li.step.two {
	background-position: 0 -90px;
}
li.step.three {
	background-position: 0 -190px;
}

input#address_query { width: 350px; font-size: 1.2em;}
div#map_div {
	width: 100%; height: 400px;
	/* background-image: url(/images/map.gif); */
}
div#accuracy_warning {
	position: absolute; 
	width: 100%; height: 400px;
	background: #fff;
	color: red;
	text-align: center;
	padding: 0 0 0 0;
	-moz-opacity: 0.7; 
	filter: alpha(opacity=70);
	opacity: 0.7;
}

a#new_account_link {
	position: absolute; 
	top: 70px; right: 8px;
	z-index: 100;
	width: 192px; height: 67px;
	text-align: center;
	line-height: 70px;
	background-image: url(/images/continue_button.png);
	text-indent: -9999px;
}
a#new_account_link:hover {
	background-position: 0 -67px;
}

div#resize {
}
div#resize ol {
	margin: 0 0 5px 25px;
}
div#resize ol li {
	list-style-type: decimal;
	margin: 0 0 0 15px;
}
div#track {
	margin: auto;
	width: 500px; 
	height: 21px; 
	background: url(/images/slider_track.gif) repeat-x;
	background-position: 0 10px;
}
div#slider {
	width: 17px; 
	height: 21px; 
	background: url(/images/slider.gif) no-repeat; 
	cursor: move;
}

input[type='text'], input[type='password'] { width: 250px;}
