#RegionPopup {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	border:1px solid #CCC;
	background-color:#F9F9F9;
	border:1px solid #333;
	padding:5px;
}

#RegionPopup h5 {
	text-align: center;
	background-color: #900028;
	color: #fff;
}

#RegionPopup th, #RegionPopup td {
	border-bottom: 1px solid #DCDCDC;
	padding: 6px 0;
}

#RegionPopup th {
	color: #444444;
	font-size: 11px;
	line-height: 1.4em;
	padding-right: 5px;
}

#RegionPopup td {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
}