div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(../img/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 10px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
	color:white;
}
div.nicetitle p.destination {
    display:none;
	font-size:0;
}
