@charset "utf-8";
#mainMsg #title  {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 20px;
}
#mainMsg #btn_newMem  {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 140px;
	right: 20px;
}
#mainMsg #list  {
	padding: 25px;
}
#mainMsg #list #listContent {
	min-height:90px;
	height: auto;
	width: 665px;
	display: block;
	position: relative;
	background-image: url(../images/line_dash_vertical.jpg);
	background-repeat: repeat-y;
}
#mainMsg #list #listContent li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	display: block;
	height: 90px;
	width: auto;
	padding-bottom: 20px;
	background-image: url(../images/line_dash_vertical.jpg);
	background-repeat: repeat-y;
	position: relative;
	margin-top: 20px;
}

#mainMsg #list #listContent ul {
	background-color: #fff;
	display: block;
	width: 295px;
	height: 75px;
	padding: 10px;
	position: relative;
}


#mainMsg #list #listContent li .btn_arrow {
	position: absolute;
	top: 75px;
	right: 10px;
}
#mainMsg #list #listNav {
	line-height: 22px;
	text-align: center;
	display: block;
	height: 22px;
	width: auto;
	vertical-align: 50%;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#mainMsg #list #listNav #btn_top {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 10px;
	width: 25px;
	z-index: 3;
}



.pic {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
.btnPic{
	position: relative;
	top: 4px;
	margin-top: -4px;
}

.btnNum a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	width: 14px;
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #da8300;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

.btnNum a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	width: 14px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #1b8a00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

