
/* Previous button */
.wizard_footer .previous {
	background: #3660A6 url(themes/images/go-previous.png) no-repeat left;
	border: 1px solid #76a2d0;
	padding-left: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	font-weight: bold;
}
.wizard_footer .previous:hover {
	background: #ebd446 url(themes/images/go-previous.png) no-repeat left;
	border: 1px solid #ebd446;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

/* Next button */
.wizard_footer .next {
	background: #3660A6 url(themes/images/go-next.png) no-repeat right;
	border: 1px solid #76a2d0;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;;
	font-weight: bold;
}
.wizard_footer .next:hover {
	background: #f3dd33 url(themes/images/go-next.png) no-repeat right;
	border: 1px solid #ebd446;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}

/* Finish button */
.wizard_footer .finish {
	background: #3660A6 url(themes/images/go-finish.png) no-repeat right;
	border: 1px solid #76a2d0;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	font-weight: bold;
}

.wizard_footer .finish:hover {
	background: #ebd446 url(themes/images/go-finish.png) no-repeat right;
	border: 1px solid #ebd446;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}


/* Disabled button */
.wizard_footer .disabled {
	background: #A5A5A5 url(themes/images/edit-delete.png) no-repeat right; /* */
/*	background: grey url(themes/images/spinner.gif) no-repeat right; /* */
	border: 1px solid #D2D2D2;
	color: #D2D2D2;
	font-weight: bold;
}
.wizard_footer .disabled:hover {
	background: #A5A5A5 url(themes/images/edit-delete.png) no-repeat right; /* */
/*	background: grey url(themes/images/spinner.gif) no-repeat right; /* */
	border: 1px solid #D2D2D2;
	cursor: auto;
	color: #D2D2D2;
	font-weight: bold;
}

