div.nicetitle {
    position: absolute;
    padding: 3px;
    top: 0px;
    left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e2b0;
    width: 6em;
    font-weight: bold;
	background-color: #501e0e;
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
	
	filter: alpha( opacity=85 );
	-moz-opacity: .85;
	opacity: .85;
	
	border: 1px solid #8b6e6e;
}
div.nicetitle p {
	color: #fff;
	
	filter: alpha( opacity=100 );
	-moz-opacity: 1.0;
	opacity: 1.0;

    margin: 0;
	padding: 0 2px;
}
div.nicetitle p.destination {
	color: #fed9bd;

    font-size: 8px;
    text-align: left;
    padding-top: 3px;
}