div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    width: 25em;
    background: url(ntbg.png);
    font-weight:bold;
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
}
div.nicetitle img {
    margin: 0;
	padding: 0 0px;
	border: 1px solid;
	margin-right: 10px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

