#users-toolbox {
	clear: both;
	padding: 6px;
	text-align: center;
	margin-bottom: 1em;
}

a.users-tool {
	margin: 6px;
	display: block;
	float: left;
	width: 140px;
	height: 170px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}

a.users-tool p {
	margin: 0;
	padding: 0;
}

a.users-tool img {
	padding: 4px;
	background-color: #EEE;
	border: solid 1px #DDD;
}

a.users-tool:hover img {
	border-color: #690;
	text-decoration: none;
}

a.users-tool:hover {
	font-style: italic;
}

.ps-user {
	height: 120px;
	overflow: hidden;
	border-bottom: dotted 4px #E61C28;
	clear: both;
	margin-bottom: 5px;
}
