@CHARSET "UTF-8";

.wiz-box {
	
}

.wiz-header {
	/*background-color: #ffffcc;*/
	padding: 6px 16px 4px 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}

.wiz-header .title {
	font-size: 20px;
	margin: 0px;
}

.wiz-header .subTitle {
	font-size: 14px;
	margin: 0px;
}

.wiz-left {
	width: 150px;
	padding-left: 8px;
	float: left;
	/*position:absolute;*/
}

.wiz-content {
	margin-left: 180px;
}

.wiz-content h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/*
.wiz-footer {
	border-top: 1px solid #aaa;
	text-align: right;
	padding: 8px 30px 10px 0;
	clear: both;
}

.wiz-footer input {
	margin-left: 10px;
	font-size: 11px;
}
*/
.
wiz-spacer {
	clear: both;
}

.wiz-step-headline {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	/*border-bottom: 1px solid #999999;*/
}

.wiz-step {
	white-space: nowrap;
}

.wiz-step-index {
	color: #999999;
	font-size: 11px;
	padding-right: 4px;
}

.wiz-step-visited {
	color: #999999;
	font-size: 14px;
	line-height: 15px;
	white-space: nowrap;
}

.wiz-step-current {
	color: #000000;
	font-size: 14px;
	line-height: 15px;
	white-space: nowrap;
	text-decoration: underline;
}

.wiz-step-notvisited {
	color: #444444;
	font-size: 14px;
	line-height: 15px;
	white-space: nowrap;
}

.wiz-step-disabled {
	color: #999999;
	font-size: 14px;
	line-height: 15px;
	white-space: nowrap;
	text-decoration: line-through;
}