div.nicetitle
{
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: black;
	font-size: smaller;
	font-family: verdana, arial, helvetica, sans-serif;
    width: 25em;
	background-color: #EEEEEE;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	text-align: left;
    
    /* IE proprietary */
	/*filter:progid:DXImageTransform.Microsoft.Shadow(direction=135,color=666666,strength=5);*/
	/*
	filter:progid:DXImageTransform.Microsoft.dropShadow(color=DDDDDD,offX=5,offY=5,positive=true);
    filter:alpha(opacity=85);
	*/
    
    /* Mozilla proprietary */
	/*
    -moz-opacity:0.85;
    -moz-border-radius: 12px;
	*/
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: smaller;
    padding-top: 3px;
	color: black;
	font-weight: normal;
}

