div.nicetitle {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background-color: #dee78a;
	/*background-color: #849400;
	border: 1px solid #677300;*/
	border: 1px solid #c4cc6f;
	padding: 6px;
	width: 20em;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: .92;
	filter: alpha(opacity:92);
}

div.nicetitle h3 {
    margin: 0;
    padding: 0 3px;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #171900;
	font-weight: bold;
}
div.nicetitle p {
    margin: 0;
    padding: 0 3px;
    line-height: 130%;
	color: #171900;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

