
*
{
padding: 0em;
margin: 0em;
}

.moneygauge
{
position: relative;
height: 1.5em;
margin: 0em 2em 0em 2em;
padding: 0.8em 0em 0.8em 0em;	
font-weight: normal;
font-size: 0.8em;
font-family:Tahoma,Arial,Helvetica;
width:500px;
}

.moneybox
{
position: relative;
height: 40px;
border: solid 1px black;
margin: 0em 2em 0em 2em;
font-weight: normal;
font-size: 0.8em;
font-family:Tahoma,Arial,Helvetica;
width:500px;
background: #ffffff url('http://nadnica.com/images/gaugebg.gif') repeat-y;
}



	
.moneybox_d
{
position: relative;
height: 40px;
border: solid 1px black;
margin: 0em 2em 0em 2em;
font-weight: normal;
font-size: 0.8em;
font-family:Tahoma,Arial,Helvetica;
width:500px;
background: #ffffff url('http://nadnica.com/images/gaugebg_d.gif') repeat-y;
background-position: 150px 0px;
}

.min
{
position: relative;
float: left;
text-align: left;
color: gray;
}

.max
{
position: relative;
float: right;
text-align: right;
color: gray;
}

.average
{
position: absolute;
display: inline;
text-align: center;
}

.me
{
position: absolute;
display: inline;
text-align: center;
}