@CHARSET "UTF-8";

.wiz-box {
  /*border: 1px solid #aaaaaa;*/
  /* background-color: #cee3f2; */
  /*width: 740px;*/  
}

.wiz-headerbox {
	border-bottom: 1px solid #aaa;
	padding: 8px 10px 8px 10px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	/*background-color: #81b8de;*/
}

.wiz-leftbox {
  width: 140px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	/* background-color: #cee3f2; */
}

.wiz-contentbox {
  padding: 10px;
	margin-left: 170px;
	border-left: 1px solid #ccc;
	background-color: #f5f9fc;
}

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

.wiz-footerbox input {
  margin-left: 10px;
  font-size: 11px;
}

.wiz-spacer {
	clear: both;
}

.wiz-step-headline {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px dotted #666;
  text-align: left;
}

.wiz-step-visited {
  color: #444444;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}

.wiz-step-current {
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}

.wiz-step-notvisited {
  color: #444444;
  font-weight: normal;
  font-size: 11px;
  white-space: nowrap;
}

.wiz-step-disabled {
  color: #888888;
  font-weight: normal;
  font-size: 11px;
  white-space: nowrap;
}

