DIV.nicetitle {
position: absolute;
text-align:center;
padding: 2px;
top: 0px;
left: 0px;
color: skyblue;
font-weight: normal;
background: white;
border: 2px orchid solid;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
-moz-border-radius-topleft: 0px; 
-moz-border-radius-bottomleft: 12px;
-moz-border-radius-topright: 12px; 
-moz-border-radius-bottomright: 12px;

}
DIV.nicetitle P {
	PADDING: 0px; font-size: 12px

}
DIV.nicetitle P.destination {
	display: none;
}

