/* $Id: last.css 40 2008-09-09 15:14:37Z edin.coralic $ */

.member_last {

}
.member_last .box {
	background-color: transparent !important;
}

.member_last ul.list {
	list-style-type: none;
	border-top: 1px dashed #e6e6e6;
	margin-bottom: 0.5em;
}
.member_last ul.list li {
	border-bottom: 1px dashed #e6e6e6;
	padding: 10px 0;
}
.member_last ul.list li a {
	display: block;
	text-align: center;
}
.member_last a.more {
	float: right;
	color: #1765b7;
	font-size:1.2em;
	padding-right: 14px;
	text-decoration: none;
	background: url('/media/dsg/back_arrow.gif') no-repeat center right;
}
