div.nicetitle {
    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 50px;
    font-weight: bold;
    background-color: #FFD336;
	white-space:nowrap;
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 5px; padding: 0 3px;
}