@charset "utf-8";
/* CSS Document */

#members{
	margin-top: 18px;
}

#members ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

#members ul li{
	height: 40px;
	width: 49%;
	float: left;
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	margin: 0 4px;
}

#members ul li span{
	display: block;
	float: left;
}

#members ul li .nick{
	width: 100px;
	font-weight: bold;
}

#members ul li .registration{
	width: 220px;
	text-align: center;
}

#members ul li .mail{
	padding-top: 12px;
}

#members ul li .mail img{
	border: none;
}

#members-pagination{
	text-align: center;
	width: 100%;
}

#member-profile{
	padding: 0 5px;
	margin-top: 18px;
	overflow: hidden;
	zoom: 1;
	width: 100%;
}

#member-profile form{
	padding: 0;
	margin: 0;
}

#member-profile #edit-profile-link{
	color: #cc3b3b;
}

#member-profile .avatar{
	float: right;
	margin-right: 15px;
}

#profile-detail-right, #profile-detail-left{
	float: left;
	width: 49%;
}

#profile-detail-right{
	text-align: justify;
}

#profile-detail-left table{
	width: 100%;
	margin-top: 15px;
}

#profile-detail-left table tr td.label{
	font-weight: bold;
}

#member-profile #avatar-file{
	float: right;
	line-height: 35px;
}

#member-profile #privacy-title{
	padding: 0;
	margin: 0;
	font-size: 9px;
}

#change-password-div{
	display: none;
}