

.friend
{
  position          : absolute;
  text-align        : center;
  background-color  : rgb(255,225,200);
  padding           : 4px;

  z-index           : 300;
}

.friend a:hover
{
  text-decoration   : none;
}

.friend a
{
  text-decoration   : none;
  font-size         : 10pt;
  
  z-index           : 400;
}

.friend img
{
  width             : auto;
  height            : auto;
  
  z-index           : 400;
}

.friend a img
{
  border            : 0;
}

.friendName
{
  overflow          : hidden;
  padding           : 0pt;
  margin            : 0pt;
  font-size	    : 10pt;
  color		    : #FF187C;
}

.friends_wrapper
{
  position          : fixed;
  top               : 0px;
  left              : 0px;
  width             : 100%;
  height            : 100%;
  
  margin            : 0;
  padding           : 0;

  z-index           : 201;
}

#groupsDiv
{
  position          : fixed;
  top               : 0px;
  left              : 0px;
  width             : 100%;
  height            : 100%;
  
  margin            : 0;
  padding           : 0;
  
  z-index           : 200;
}

#closeButton
{
  position          : fixed;
  top               : 20px;
  right             : 20px;
  
  z-index           : 500;
}

#closeButton a img
{
  border            : 0;
}

#shader
{
  position          : fixed;
  left              : 0px;
  top               : 0px;
  width             : 100%;
  height            : 100%;
  
  background-color  : black;
  opacity           : 0.6;
  filter            : alpha(opacity = 60);
  
  z-index           : 100;
}
