
div#mapdiv {
	background-image: url(../img/wwoty/map_final.gif);
	border: 1px solid #A1C07C;
	border-top: none;
	width: 218px;
	height: 459px;
}

img.map {
	border: 0px;
	position: absolute;
	z-index: 2;
}

div.ci_map_candidate {
	background-image: url(../img/wwoty/map_box.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 90px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: #239502;
}
.ci_map_candidate img {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #A1C07C;
	float: left;
}

.ci_map_candidate p {
	position: absolute;
	left: 70px;
	top: 10px;
	width: 120px;
}

.ci_map_candidate span {
	font-weight: bold;
	position: absolute;
	left: 70px;
	top: 60px;
	line-height: 14px;
}