
#tooltip{
position:absolute;
border:1px solid #333333;
background:#f2f1ed;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
b: color: #ff0000;
color:#555555;
width: 200px;
/* height: 80px;*/
font-family: Arial;
font-size: 11px;
display:none;
}
#tooltip b{
font-size: 17px;
color: #b60000;
}

