.tipBox {
    position: absolute; 
    width: 290px; 
    z-index: 100; 
    border: 1pt black solid; 
    background: #F5F2EA; 
    visibility: hidden; 
    padding-left: 0px; 
    padding-right: 0px; 
    padding-top: 0px; 
    padding-bottom: 0px;
}
.dictionaryTitle {
    font-family:Verdana, Geneva, Helvetica, Arial, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    font-size: 11px; 
    text-decoration: none; 
    color:#000000;
    background-color: #EBEBEB;
    border-bottom: 1px dashed #000000;
}
.dictionaryText	 {
    font-family:Verdana, Geneva, Helvetica, Arial, sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    font-size: 11px; 
    text-decoration: none; 
    color:#000000;
}
.dictionaryFooter {
    font-family:Verdana, Geneva, Helvetica, Arial, sans-serif; 
    font-style: normal; 
    font-weight: bold; 
    font-size: 10px; 
    text-decoration: none; 
    color: #000000;
    background-color: #EBEBEB;
    border-top: 1px dashed #000000;
}
