body {
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    /* background-color: white; */
}

div .greenbar 
{ 
border: 1px solid #426a10; 
background-color: white;
width: 100px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
div .greenbar  div{  background: url('bg_green.gif') 0px 0px repeat; }


div .redbar 
{  
border: 1px solid #9d2104; 
background-color: white;
width: 100px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div .redbar div{  background: url('bg_red.gif') 0px 0px repeat; }


div .progressbar_meter
{
    height: 24px;
    text-align: center;
    font-size: 14px;
	font-weight: bold; 
	color: #fff; 
	line-height: 24px; 
    text-shadow: 0px 0px 3px #000;
	text-indent: 52px;
	white-space: nowrap;
    -o-text-shadow: 0px 0px 3px #000;
    -moz-text-shadow: 0px 0px 3px #000;
    -webkit-text-shadow: 0px 0px 3px #000;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



