
/*** Theme Blue Button ***/
.dcfWizard fieldset {
	border: 1px solid #adb7bf;
	clear: both;
	margin: 10px 0;
	padding: 6px 10px;
	background: #edf0f2 url('../../img/dcf-fieldset-bg.jpg') no-repeat scroll 0 100%;
}

.dcfWizard input.typeSubmit {
	background: transparent url('../../img/dcf-button-blue.gif') no-repeat scroll 0 0;
	border-style: none;
	height: 32px;
	padding-bottom: 2px;
	text-align: center;
	width: 127px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.dcfWizard input.typeSubmit:hover {
	background: transparent url('../../img/dcf-button-blue.gif') no-repeat scroll 0 -32px;
}

.dcfWizard input.typeSubmit:focus,
.dcfWizard input.typeSubmit:active {
	background: transparent url('../../img/dcf-button-blue.gif') no-repeat scroll 0 -64px;
}

.dcfWizard div .wizardFooter {
	clear:both;
	margin-bottom: 15px;
	padding: 10px 15px;
	font-size: 10px;
	line-height: 10px;
	color: #5d5d5d;
}

.dcfWizard div .wizardFooter a {
	font-size: 10px;
	color: #223948;
}
