@CHARSET "UTF-8";

.wiz-box {
	background-image: url('../../images/layout/background.gif');
}

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

.wiz-header .title {
	/*color: #495e7b;*/
	font-size: 20px;
	margin: 0px;
}

.wiz-header .subTitle {
	/*color: #495e7b;*/
	font-size: 14px;
	margin: 0px;
}

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

.wiz-content {
	margin-left: 175px;
	padding-left: 8px;
	margin-right: 8px;
	/*padding-bottom: 8px;*/
}

.wiz-content h2 {
	color: #495e7b;
	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 {
	background-color: #1c365a;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 8px;
	margin: 0px;
	white-space: nowrap;
	font-weight: normal;
	/*border-bottom: 1px solid #999999;*/
}

.wiz-step {
	white-space: nowrap;
	padding-left: 8px;
}

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

.wiz-step-visited {
	color: #999999;
	font-size: 12px;
	white-space: nowrap;
}

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

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

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