#personPopupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.personPopupPopup
{
}

#userinfoContent
{
    background-color: #48525c;
    min-width: 130px;
    min-height: 130px;
	filter:alpha(opacity=75);
	text-align: center;
	padding:10px;
	color:#fff;
	font-size:9px;
}

#userinfoContent .author_name {
	color:#fff;
	font-weight:bold;
	font-size:14px;
}