div.nicetitle {
    position: absolute;
    padding: 2px;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 11px;
	font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    width: 25em;
    background: #fffcf4;
    -moz-opacity:0.9; -khtml-opacity:0.9; opacity:0.9;
    border: 1px solid #bbbbbb;
    /* -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; */
	-moz-box-shadow: 3px 3px 3px rgba(32,32,32,0.4); -webkit-box-shadow: 3px 3px 3px rgba(32,32,32,0.4); box-shadow: 3px 3px 3px rgba(32,32,32,0.4);
	z-index: 100;
	-pie-lazy-init: true;
	behavior: url(../jscripts/PIE.htc);
}
div.nicetitle p {
    font-size: 11px;
    margin: 0; padding: 0 3px;
}
div.nicetitle p.title {
	font-weight: bold;
}
div.nicetitle p.text {
    padding-bottom: 3px;
}
