/* @override http://localhost:8888/squelettes/css/nicetitle.css */

div.nicetitle { 
	position: absolute;
	padding: 4px;
	top: 0;
	left: 0;
	color: white;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 25em;
	font-weight: lighter;
	background-color: #f00;

    filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	
    /* Mozilla proprietary */
	-moz-border-radius: 12px;

}
    
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
	display: none;
}
