#memberlist_container {
	
	margin-right: auto;
	margin-left: auto;
	width:89%;
}
#memberlist_spot {
	font: 200 13px Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7px;
	padding-left: 8px;
}
#memberlist_title {
	font: 800 27px "Trebuchet MS", Verdana, Arial;
	color: #666666;
	text-align: center;
	width: 98%;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000000;
	background: #F4F4F4;
}
#box_holder {
	width: 98%;
	overflow: auto;
	background: #F4F4F4;
	border-top: 1px solid;
	border-right: 1px solid #000000;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

#box_name_text {
	font: 800 15px "Trebuchet MS", Verdana, Arial;
	color: #000000;
	background: #029DCA;
	display: block;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#box1 {
	text-indent: 5px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 5%;
	background: #F4F4F4;
	border: 1px solid #000000;
}
#box2{
	text-indent: 2px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 12%;
	background: #F4F4F4;
	border: 1px solid #000000;
	font-size: 10px;
}
#box3{
	text-indent: 5px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 19%;
	background: #F4F4F4;
	border: 1px solid #000000;
}
#box4{
	text-indent: 5px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 24%;
	background: #F4F4F4;
	border: 1px solid #000000;
}
#box5{
	text-indent: 5px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 28%;
	background: #F4F4F4;
	border: 1px solid #000000;
}
#box6{
	text-indent: 5px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 10%;
	background: #F4F4F4;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#memberlist_clear {
	clear: both;
}
#final_clear {
	height: 55px;
	width: 90%;
}
#box2:hover , #box3:hover , #box4:hover , #box5:hover , #box6:hover {
	font-weight: 700;
	color: #FFFFFF;
	background: #029DCA;
	cursor:crosshair;
}
