div#chooser {
	background: url(../img/chooser/region_chooser.png);
	width: 240px;
	height: 134px;
	position: absolute;
	left: 47px;	
	top: 15px;
	z-index: 1;
}

div#chooser table.select {
	position: relative;
	top: 69px;
	left: 25px;
	width: 185px;
}

div#chooser td.chooserbg {
	background: url(../img/chooser/select_bg.png);
	background-repeat: repeat-x;
	height: 25px;
	cursor: pointer;
	color: #111;
}

div#chooser div#c_content {
	width: 180px;
	height: 200px;
	overflow: auto;
	position: relative;
	top: 67px;
	left: 26px;
	background: #3E4621;
	-moz-opacity: 0.8;
	color: #111;
}

div#chooser a {
	color: #FFF;
	text-decoration: none;
}

div#chooser a:hover {
	color: #FF0000;
	font-weight: bold;
}

div#chooser ul {
	margin: 0px;
	padding: 0px;
}

div#chooser li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #FFF;
	padding: 2px;
}
