

.hint
{

line-height:10px;
font-family:verdana;
font-size:;
width : 500px;
height: 375px;
border-top:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
margin:0px; 
padding:8px; 
position:absolute; 
visibility:hidden;
}

.border_rd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
}

#hintbox {
    text-align : left;
    width : 500px;
	height: 375px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}

.red {
	color:red;
	 }