div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 10px;
    Xcolor: white;
    font-size: 11px;
    font-family: Verdana,  sans-serif;
    Xwidth: 25em;
    width: 232px;
    height: 155px;
    Xfont-weight: bold;
    Xbackground: url(../../../images/ntbg.png);
    background-image: url(../Images/Bg/bg_title.gif);
    background-repeat: no-repeat;

    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin-left: 22px; margin-top: 14px; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
    display: none;
}

