#members {
	height: 430px;
	position:relative;
	width:587px;
	overflow: hidden;
}

.member_class {
	color: #000000;
	padding: 0px;
	position: absolute;
	top: 0;
	width:587px;
	height: 420px;
	overflow: hidden;
	right:-597px;
	background-color: transparent;
	background-image:url(images/paper_1.gif);
	background-repeat: no-repeat;
	background-position:right top;
	display: block;
	z-index:100;
}

.close {
	background-image:url(images/close.gif);
	text-indent: -9999px;
	height: 26px;
	width: 70px;
	outline:none;
	position:absolute;
	top:0;
	left:0;
}
.closeMO {
	background-image: url(images/close_MO.gif);
}
.member_inner {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
a.mem_button {
	display: block;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	outline:none;
	margin-left: 10px;
	margin-right:250px;
	background-image: url(images/menu_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
	font-size: 12px;
}
