#searchdiv {
	text-align:center;
	padding-bottom: 10px;
}

#bulk_map_pics {
	position: relative;
}

#favoritemapstitle p {
	text-align:center;
	font-size:30px;
	padding-top:0px;
	margin-top:0px;
}

#footer {
	clear: both;
	text-align: center;
}

div.mapdisplaydiv {
	float:left;
	position: relative;
	margin-right: 10px;
	width: 200px; /* This needs to come from PHP, $width is not in the scope when this code is executed */
	margin-bottom: 10px;
	text-wrap: normal;
}

div.textbg {
	position: absolute;
	top: 120px;
	width: 100%;
}

.maptext {
	position: absolute;
	top: 120px;
	width: 200px;
}

div.favmap {
	position: absolute;
	top: 0px;
}


.maptags {
	position: relative;
	top: -40px;
	float: left;
	visibility: hidden;
	display: none;
}

#nominations { /* Nominations div */
	overflow:hidden; /* This fixes a glitch with floating child elements in a div */
}

#nominations_notinvote { /* nominations_notinvote div */
	overflow:hidden; /* This fixes a glitch with floating child elements in a div */
}

#nominations_invote { /* nominations_toplevel div */
	overflow:hidden; /* This fixes a glitch with floating child elements in a div */
}
