div.nicetitle {
	background-color: #F0F5FA;
	border: 1px solid #C2CFDF;
	color: #3A4F6C;
	font: bold 10px "Trebuchet MS", Vera Sans, Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	z-index: 20;
	-moz-border-radius: 10px;
	-moz-opacity: .87;
	min-width: 100px;
	width: auto;
	height: auto;
        }
 
div.nicetitle p {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0 3px;       
	-moz-opacity: 1;
}
 
div.nicetitle p.destination {
	display: none;
   	padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}
 
div.nicetitle p span.accesskey {
	color: #d17e62;
}

