div#mailactivate label {
	margin: 0 35px 0 0;
}

div#pwreset h6 {
	font-size: 11px;
	margin: 0 0 10px 0;
}

div#pwreset label {
	float: left;
	padding: 3px 0 0 0;
	width: 150px;
}

.userdelete form {
	margin: 40px 0 0;
}

#userDeleteError li {
	padding: 10px;
	border: 1px solid #c2c2c2;
	height: 35px;
	margin-bottom: 5px;
	list-style: none;
}
#userDeleteError a {
	text-decoration: none;
}
#userDeleteError a:hover {
	text-decoration: underline;
}
#userDeleteError .right {
	float: right;
	width: 170px;
	display: block;
	clear: right;
	line-height: 15px;
	margin-bottom: 5px;
	font-size: 11px;
}
#userDeleteError .right img {
	float: left;
	margin-right: 5px;
}
#userDeleteError li h5,
#userDeleteError li span{
	float: left;
	margin: 0;
	clear: both;
}