.form, 
.form-footer,
.description-column,
dd *
{
	background-color: transparent;
}

.active-scaffold-footer .active-scaffold-pagination
{
	margin-top: 5px;
	margin-right: 0px;
}

.active-scaffold-footer .active-scaffold-pagination a {
	white-space: nowrap;
	margin: 1px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #C5DBF7;
	background-color: #E6F2FF;
	width: 30px;
	height: 30px;
}
.active-scaffold-footer .active-scaffold-pagination .next {
	margin-right: 0px;
}


.active-scaffold-footer .active-scaffold-pagination a:hover {
	background-color: #005CB8;
}
