
object {
	outline:none;
}

h2 {
	color: #00649B;
	margin-top: 80px;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:normal;
	line-height: 0.9em;
	text-align: center;
}

.content{
	position: relative;
	margin:0px auto 0 auto;
	height: 300px;
	width: 270px;
	padding-left:0px;
}

#locationChooserLayer {
	position: absolute;
	left: 4px;
	top: 0px;
	width: 250px;
	height: 340px;
	color: white;
	z-index: 2;
}

#contentLayer {
	position: absolute;
	left: 15px;
	top: 150px;
	width: 250px;
	height: 20px;
	z-index: 3;
}


#hpLocationChooser {
	display:block;
	width: 250px;
	margin:0px auto;
}

.location_id {
	display:block;
	font-size: 150%;
	margin:10px auto;
}

#location_id_tf {
	font-size: 100%;
}

