div.nicetitle {
    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: #000000;
    font-size: 10px;
    font-family: Tahoma;
    width: 25px;
	border-width: 2px;
	border-color: #C10000;
	border-style: solid;
    font-weight: normal;
    background: url(ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 0px;
}
div.nicetitle p {
    margin: 0; padding: 0 2px;
}
div.nicetitle p.destination {
    font-size: 0px;
    text-align: left;
	color: #dadada;
}
