v\:* {
behavior:url(#default#VML);
}

.eLabel0, .eLabel1, .eLabel2, .eLabel3, .eLabel4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border: 2px solid #000000;
	/*padding:2px;*/
	position:relative;
	top:-34;/*icon height*/
	left:0;/*half icon width*/
	opacity:.8;
	filter:alpha(opacity:80);
	white-space:nowrap;
	/*width:80%; /*might be needed for opacity in IE, 100% causes IE width problem - needs more research*/
	}

.eLabel0{
	background-color:#00BD00;/*00E13C;/*pointColors[position_icons[count]]*/
	}

.eLabel1{
	background-color:#6B9CFF;/*0402FC;/*pointColors[position_icons[count]]*/
	}

.eLabel2{
	background-color:#FFEF63;/*;/*pointColors[position_icons[count]]*/
	}

.eLabel3{
	background-color:#FFADFF;/*;/*pointColors[position_icons[count]]*/
	}

.eLabel4{
	background-color:#FF736B;/*;/*pointColors[position_icons[count]]*/
	}

.eLabelRefresh{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#000066;
	border: 2px solid #ffffcc;
	padding:20px;
	position:relative;
	left:-170;/*1/2 of width+2*padding*/
	top:30;
	width:300;
	}
	
