#UserProfilePart .userInfoFly 
{        
    position:absolute;
    display: block;
    background-color: #e0e0e0;
    border: 1px solid black;
    display: none;
    z-index: 5000;
    width: 180px;
    padding: 2px 2px 2px 2px;
}    
#UserProfilePart #displayUserInfo:hover
{
    border: 1px solid black;
    background-color: #e0e0e0;
}    
#UserProfilePart #displayUserInfo
{
    border: 1px solid transparent;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
    width: 180px;
    text-align: right;
}
#UserProfilePart #icon
{
    width:50px;
    height:70px
}
