/* CSS Document */

div.nicetitle {
    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width:3px;!important
    height:auto;
	font-weight: bold;
	background: url(../imagens/nt_bg.png);
    /* Mozilla proprietary */
    -moz-border-radius: 12px;

	
}
div.nicetitle p {
	
     text-align:center; margin:5px; padding:0px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: center;
    padding-top: 3px;
}
