div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
   width: 10em;

    font-weight: bold;
   /* background: url(/img/ntbg.png);*/
   background-color: #070b40;
   opacity:0.7;filter:alpha(opacity=70);
    
    /* Mozilla proprietary */
    -moz-border-radius: 5px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}
