﻿.FormContenitor
{
	float:left;
	position:relative;
	padding-right: 20px

}

label
{
	margin-top: 4px;
	float:left;
	width:200px;
}

.exampleWrapper
{
	background: transparent url(images/Wizard/background.jpg) no-repeat left top;
	width: 952px;
	height: 528px;
	position:relative;
	margin: 0 auto;
}

.tabStrip
{
	position:absolute;
	top: 55px;
	left: 10px;
}

.multiPage
{
	position:absolute;
	top: 90px;
	left: 10px;
	height: 320px;
}

.multiPage .formList
{
	width: 578px;
	list-style: none;
}

.multiPage .formList li
{
	border-bottom: 0px solid #959485;
	padding: 5px 0px;
}

.multiPage .formList li.lastListItem
{
	border: none;
}

.nextButton
{
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(images/Wizard/button.gif) no-repeat left top;
	border: none;
	width: 90px;
	height: 28px;
}

.buttonSeparator
{
	width: 378px;
	border-bottom: 0px solid #959485;
	height: 1px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

.previewWrapper
{
	position:absolute;
	right: 10px;
	top: 0px;
	width: 300px;
	padding-left: 10px;
}

.previewWrapper h2
{
	font-size: 21px;
	padding-bottom: 10px;
	color: #4386a5;
	border-bottom: solid 1px #597f90;
	margin-right: 18px;
	margin-top: 20px;
}

.previewWrapper h3
{
	color: #4386a5;
	font-size :12px;
	margin-right: 18px;
	margin-top: 20px;
	border-bottom: dotted 1px #597f90;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.previewWrapper ul
{
	list-style:none;
	margin:0 30px;
}