/* DASHBOARD MODULE */
.latest-spam-module a#deleteallspam {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 24px;
	text-align: center;
	width: 100%;
	background: #000000;
	opacity: 0.8;
	color: #FFFFFF;
	-webkit-border-bottom-bottom-left-radius: 5px;
	-webkit-border-bottom-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border: 1px solid #E7E7E7;
}

a.deleteall:hover, a.deleteall:focus, a.deleteall:active {
	opacity: 1.0;
	text-decoration: none;
}

.latest-spam-module p {
	margin: 5px;
}

/* DELETE BUTTON */
.page-comments .deleteall, .page-logs .deleteall {
	display: block;
	position: absolute;
	right: 10px;
	top: 100px;
	background: #000;
	opacity: 0.7;
	color: #FFF;
	padding: 5px;
	border: 4px double rgb(85, 85, 85);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
