#p-wizard-status {
	margin-top: 35px;
	position: absolute;
	left: 100px;
	right: 80px;
}
#p-wizard-status table {
	border-spacing: 0px;
	width: 100%;
}
#p-wizard-status td:first-child {
	border-left: 2px solid #71777d;
}
#p-wizard-status td {
	border-right: 2px solid #71777d;
	margin: 0;
	padding: 0;
	height: 14px;
}
#p-wizard-status div {
	border-bottom: 1px solid #60676e;
	border-top: 1px solid #60676e;
	background-color: #f1f1f1;
	height: 8px;
}
#p-wizard-status .p-wizard-done div {
	background-color: #288227;
	background-image: -moz-linear-gradient(#c0d4e8, #3e6a95);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e6a95), to(#c0d4e8));
	background-image: -webkit-linear-gradient(#c0d4e8, #3e6a95);
	background-image: -o-linear-gradient(#c0d4e8, #3e6a95);
}
#p-wizard-pos-text,
#p-wizard-pos {
	position: absolute;
	display: block;
	color: #60676e;
	font-size: 10px;
}
#p-wizard-content {
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
}
.p-wizard-content {
	top: 70px;
}
.p-wizard-content-help {
	top: 190px;
}
#p-wizard-help-content {
	top: 70px;
	left: 0px;
	right: 0px;
	position: absolute;
}
.p-wizard-help {
	height: 0px;
	display: none;
	visible: hidden;
}
.p-wizard-help-open {
	height: 120px;
}
#p-wizard-content iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
#p-wizard-prev {
	float: left;
	margin-top: 28px;
}
#p-wizard-next {
	float: right;
	margin-top: 28px;
}
