div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0;
    left: 0;
    color: #233343;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/images/ntbg1.png);
	 margin: -100px 0 0 -17px;
	 z-index: 30000;
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 8px;
    text-align: center;
    padding-top: 3px;
}
