.members_grid .account_photo {
	width: 90px;
	height: 90px;
}

.members_grid .account_name .inner {
	background-color: #4686e5;
	line-height: 19px;
	height: 19px;
	width: 84px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
}

.members_grid .account_name .inner a {
	color: white;
	text-decoration: none;
}

.members_grid .grid {
	overflow: hidden;
	text-align: center;
}

.members_grid .grid .account {
	float: left;
	display: inline;
	width: 33%;
padding: 0 0 5px 0;
}

.members_grid .grid .account .account_name {
	display: inline-block; /* IE6 */
}
* html .members_grid .grid .account .account_name {
	display: inline; /* IE7 */
}
* + html .members_grid .grid .account .account_name {
	display: inline;
}
