div.nicetitle 
{
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    width: 25em;
	
    color: black;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;

	background:#fcf1b7;
	border:1px solid #ffc96b;
    
    /* Mozilla proprietary */
    -moz-border-radius: 3px;
}
div.nicetitle p 
{
    margin: 0; 
	padding: 0 3px;
}
div.nicetitle p.destination 
{
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
    font-weight: bold;
}

