div.nicetitle
{
    position: absolute;
	padding: 4px;
	min-width: 200px;
    top: 0px;
    left: 0px;
    color: #1E73CD;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    background: #ccc;
    
    /* Mozilla proprietary */
    -moz-border-radius: 6px;
}

div.nicetitle p
{
	margin: 0;
	padding: 0 3px;
}

div.nicetitle p.destination
{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-top: 3px;
	font-family: Verdana, sans-serif;
	color: #fff;
}
