body {
	padding: 0;
	margin: 0;
	background: #F3F3F3;
}
.iframeUsersWrapper {
	display: block;
	width: 260px;
	margin: 0 auto;
	clear: both;
}

.iframeUsersWrapper img {
	float: left;
	border: 1px solid #CCC;
	padding: 1px;
}

.iframeUsersWrapperTxt {
	display: block;
	float: left;
	width: 200px;
	margin-left: 10px;
	line-height: 130%;
	color: #666;
}

.iframeUsersWrapperTxt a {
	font-weight: bold;
}

.usersAndGroupsVline {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	background: url(../images/users_and_groups_vline.gif) repeat-x;
}
