div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    width: 25em;
    font-weight: bold;
    background: url(../img/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 10px;
}

div.nicetitle p {
    margin: 3px 0px 0px 0px; padding: 0px;
}

div.nicetitle p.destination {
    font-size: 0px;
    text-align: left;
    padding-top: 0px;
}
