
.regionPopHeader{
	display: block;
	background-image:url(/widgets/regionPopupWindow/images/headerImage.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:299px;
	height:27px;
	color:#FFFFFF;
	font-size:11px;
	padding: 0px;
	margin:0px;
	padding-left: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 27px;
	overflow: none;

	z-index: 10000;
}

.regionPopBody{
	display: block;
	background-image:url(/widgets/regionPopupWindow/images/bgRepeat.png);
	background-repeat:repeat-y;
	width:299px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	margin:0px;	
	text-align: left;

	z-index: 10000;
}

.regionPopBody * {text-align: left;}

.regionPopFooter{
	display: block;
	background-image:url(/widgets/regionPopupWindow/images/bottomImage.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	width:299px;
	height:25px;
	padding:0px;
	margin:0px;	
	font-size: 1px;
	text-align: left;

	z-index: 10000;
}