﻿.UserProfilePopup 
{
	border-style: double double double double ;
	border-width: 3px;
	width : 200px;
	height : 230px;
	background-color:White;
	padding: 5px 5px 5px 5px;
	overflow:hidden;
	display:none;
	margin:-246px 0 0 -216px;
	position:relative;
	top: 251px;
	left: 236px;
	z-index:5;
	text-align:left;
	float:left;
	font-weight:normal;
	color:Black;
}
.UserProfilePopup span
{
	text-align:left;
	width:75px;
	float:left;
	font-weight:bold;
	margin: 0 0 0 0;
	white-space: nowrap;
	padding: 0 0 0 0;
	display:block;
}
.UserProfilePopup div
{
	width:128px;
	height:128px;
	margin:5px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
	border-style: none none none none;
}
.UserProfilePopup div img
{
	width:auto;
	width:auto;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
