    .graph { 
        position: relative;  IE is dumb */
        width: 100px; 
		height: 12px;
       /* border: 1px solid #ff3399; */
  
    }
    .graph .bar { 
        display: block;
        position: relative;
        background: #cccccc; 
        /*  text-align: center;  */
        color: #ff3399; 
        height: 12px ;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 9px;
	    color: #ff3399;
                  
    }
    .graph .bar span { position: absolute; left: 1em; }
