/***********  NICETITLE *************/
.nicetitle {
font-weight: bold;
color: #3C3C3C;
text-align: left;
position: absolute;
left: 0;top: 0;
width: 12em;
/* width: 25em;  */
z-index: 20;
max-width: 15em;
/* max-width: 50%;  */
font-size: 11px;
}
	.nicetitle-content{
	overflow: hidden;
	/* background: white;  */
	background-color: #FFFFF0;
	border: 1px solid #333;
	padding: 10px;
	opacity: 0.9; 
 
	
	}
	.nicetitle p{margin: 0;line-height: 120%;}
	.nicetitle p.destination {font-weight: normal;font-size: 10px;color: #5E7743;}
div.nicetitle p span.accesskey {color: #FF7200;}

/*
.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	padding: 7px;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}

.nicetitle p.destination {
	font-weight: normal;
	font-size: 0.7em;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}
/* END NICETITLE */
