﻿ .wizBtn
{
	border: solid 1px #d1d1d1;
	border-width: 1px;
	text-align: right;
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-right: 5px;
}
.wizBtnR
{
	border: solid 1px #d1d1d1;
	border-width: 1px;
	text-align: left;
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-right: 5px;
}
.wizBtnOk
{
	width: 80px;
	background: url(Img/btnOk.ico) no-repeat 2px 0px;
}
.wizBtnBack
{
	width: 80px;
	background: url(Img/btnBack.ico) no-repeat 2px 1px;
}
.wizBtnClose
{
	width: 80px;
	background: url(Img/btnClose.ico) no-repeat 2px 1px;
}
.wizBtnNext
{
	width: 80px;
	background: url(Img/btnNext.ico) no-repeat;
	background-position:right;
}
.wizBtnPrint
{
	width: 80px;
	background: url(Img/btnPrint.ico) no-repeat 2px 1px;
}