html { height: 100% }
body { height: 100%; margin: 0; padding: 0; overflow:hidden}
#pano { height: 110%; width: 100%;}

#black {
	height: 100%;
	width: 100%;
	z-index: 999;
	/*display: none;*/
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

#overlay {
	position: absolute;
	top: 50px;
	right: 50px;
	background: rgba(255, 255, 255, 0.75) url('../images/street.png') no-repeat right 3px;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.5);
	width: 350px;
	z-index: 500;
	/*height: 75px;*/
}

h1, h3 {
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	padding-bottom: 15px;
}
p {
	margin: 0;
	padding: 0;
}

.highlighted {
	font-weight: bold;
}

#controls {
	border-top: 1px solid rgba(75, 75, 75, 0.75);
}

#finished {
	font-size: 1.2em;
	text-align: center;
}

#images, #input {
	text-align: center;
	padding-top: 10px;
}
#images {
	display: none;
}
a {
	color: #cb7425;
}

ul {
	/*list-style-type: none;*/
}


input {
	padding: 5px;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(#ffffff));
	background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #717171;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
	font-weight: bold;
	width: 300px;
}
input:focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}