.actionLoader{
	width: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}

.actionLoaderActive {
	color: #aaa;
	width: 350px;
	border: 1px solid #00ff00;
	background: #fff;
	visibility: visible;
	position: absolute;
	text-align: center;
	margin-left: -250px;
}

.actionLoaderActiveError {
	color: #ff0000;
	width: 350px;
	border: 1px solid #ff0000;
	background: #fff;
	visibility: visible;
	position: absolute;
	text-align: center;
	margin-left: -250px;
}

.actionLoaderActive a, .actionLoaderActive a:hover{
	color: #ff0000;
	text-decoration: none;
}

.actionLoaderHeading {
	margin-top: 5px;
	font-weight: bold;
}

.actionloaderBody {
	margin-top: 10px;
	margin-bottom: 10px;
}
