div#chooser {
	background: url(../img/chooser/region_chooser.png);
	width: 240px;
	height: 134px;
	position: relative;
	top: -80px;
	left: 38px;
}

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;
}

div#chooser div#c_content {
	width: 180px;
	height: 250px;
	overflow: auto;
	position: relative;
	top: 67px;
	left: 26px;
	background: #E1E2DE;
	-moz-opacity: 1.2;
	color: #444443;
}

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

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

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

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