/* wizard styles */
	.-wizard {
		position: relative;
		background-color:#FFFF99;
		border: 1px solid #FFFF99;
		padding: 20px;
		padding-top: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.-steps {
		position: absolute;
		top: -20px;
	}
	.-step-on {
		color: #fff;
		line-height: 41px;
		float: left;
		width: 191px;
		height: 41px;
		text-align: center;
		margin-right: 25px;
		background-color: #FE9A2E;/*url(../../_THEME/default/media/wizard-button-on.png);*/
		background-position: top;
		background-repeat: no-repeat;
	}
	.-step-off {
		color: #999;
		line-height: 41px;
		float: left;
		width: 191px;
		height: 41px;
		text-align: center;
		margin-right: 25px;
		background-color: #eeeeee; /*url(../../_THEME/default/media/wizard-button-off.png);*/
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.-step-front-page {
		color: #fff;
		line-height: 41px;
		float: left;
		width: 191px;
		height: 41px;
		text-align: center;
		margin-right: 25px;
		background-color:#FE9A2E;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.-step-button{
		border: 2px solid #333333;
		background-color:#FE9A2E;
		color:#FFFFFF;
		font-size:1.25em;
		padding:10px 20px;
	}