﻿label
{
    margin-top: 4px;
}

.wizardWrapper
{
    background-position: left top;
    background: transparent url('../images/jpg/background2box.jpg') no-repeat left top;
    width: 737px;
    height: 528px;
    margin: 0 auto;
    display: table-cell;
    float: left;
}
.wizardWrapperLeft
{
    padding: 0px;
    width: 445px;
    height: 528px;
    margin: 0;
    display: table-cell;
    float: left;
}
.wizardWrapperRight
{
    float: left;
    display: table-cell;
    height: 528px;
    width: 175px;
    padding-left: 18px;
    margin-right: 10px;
}
.wizardWrapperRight h2
{
	font-size: 21px;
	padding-bottom: 10px;
	color: #4386a5;
	border-bottom: solid 1px #597f90;
	margin-right: 18px;
	margin-top: 20px;
}

.wizardWrapperRight h3
{
	color: #4386a5;
	font-size :12px;
	margin-right: 18px;
	margin-top: 20px;
	border-bottom: dotted 1px #597f90;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.wizardWrapperRight ul
{
	list-style:none;
	margin:0 30px;
}

.previewWrapper_Orig
{
    position: absolute;
    right: 10px;
    top: 90px;
    width: 250px;
    padding-left: 18px;
}

.previewWrapper
{
    right: 10px;
    top: 90px;
    width: 175px;
    padding-left: 18px;
    position: absolute;
}
.previewWrapperRight h2
{
    font-size: 21px;
    padding-bottom: 10px;
    color: #4386a5;
    border-bottom: solid 1px #597f90;
    margin-right: 18px;
    margin-top: 20px;
}

.previewWrapperRight h3
{
    color: #4386a5;
    font-size : 12px;
    margin-right: 18px;
    margin-top: 20px;
    border-bottom: dotted 1px #597f90;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.previewWrapperRight ul
{
    list-style: none;
    margin: 0 30px;
}

.tabStrip
{
	position:absolute;
	top: 65px;
	left: 50px;
}

.multiPage
{
	position:absolute;
	top: 110px;
	height: 390px;
}

.multiPage .formList
{
	width: 378px;
	list-style: none;
}

.multiPage .formList li
{
	border-bottom: 1px solid #959485;
	padding: 5px 0px;
}

.multiPage .formList li.lastListItem
{
	border: none;
}

.nextButton
{
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent url('../images/gif/button.gif') no-repeat left
top;
    border: none;
    width: 90px;
    height: 28px;
}

.buttonSeparator
{
	width: 378px;
	border-bottom: 1px solid #959485;
	height: 1px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

#AgencyBroker .selectBox,
#Underwriting textarea
{
    height: 50px;
}


