.nicetitle {
	font-size: .8em;
	font-weight: bold;
	color: #101010;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	z-index: 1000;
	max-width: 400px;
}
.nicetitle-content{
	overflow: hidden;
	background: #ffffff;
	border: 2px solid #c90019;
	padding: 5px;
	/*opacity: 0.8;*/
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: .8em;
	color: #660B0C;
}
div.nicetitle p span.accesskey {
	color: #660B0C;
}