﻿div.divMemberListItem
{
	width:505px!important;	
	margin-bottom:5px;
	margin-top:5px;
	padding-top:10px;
	border-top:solid 1px #bfd1d6;
	float:left;
}
div.divMemberListItem div.divMemberImage
{
	float:left;	
	height:100px;
	display:block;
	width:75px;
	margin:0 10px 0 10px;
	overflow:hidden;
}
div.divMemberListItem div.divMemberInfotext
{
	float:left;	
	width:150px;
}
.userName{
	font-weight:bold;	
}

div.ConfirmationMessageDiv
{
	position:absolute;
	top:200px;
	left:200px;
	width:300px;
	height:100px;
	background-color:#bfd1d6;
	border:solid 2px #ffffff;	
}
div.ConfirmationMessageDiv .TitleBarCloseButtonDiv
{
	float:right;
	width:20px;
	margin:4px 7px 0 0;
	padding:3px 0 0 0;
	background-image:url(imgs/ui/titlebar_close_button.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
div.ConfirmationMessageDiv .ConfirmText {padding:10px 10px 10px 10px; font-weight:bold; font-size:larger;}

div.joinToGroupDiv {clear:both; text-align:right}
