﻿/* DEBT LEAD WIZARD MINI FORM */
.debtWizardMini
{
	width: 100%;
	display: table;
}

.debtWizardMini .left
{
	float: left;
	width: 140px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	display: table;
}

.debtWizardMini .right
{
	padding-bottom: 5px;
	float: left;
	text-align: left;
	width: 150px;
	white-space: nowrap;
	display: table;
}

.debtWizardMini SELECT
{
	width: 120px;
}

/* DEBT LEAD WIZARD */

.debtWizard
{
	width: 598px;
	display: block;
}


.debtWizard .group
{
	display: block;
	width: 517px;
}

.debtWizard .innerGroup
{
	display: block;
	padding-top: 5px;
	width: 100%;
	clear: both;
	float: none;
	overflow:hidden;
}

.debtWizard .left
{
	float: left;
	width: 180px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	display: block;
	font-weight:bold;
}

.debtWizard .right
{
	float: left;
	text-align: left;
	width: 200px;
	padding-bottom: 5px;
	/*white-space: nowrap;*/
	display: block;
}

.debtWizard select
{
	width: 100px;
}



/* MORTGAGE LEAD WIZARD */ 

.mortgageWizard
{
	width: 598px;
	display: table;
}


.mortgageWizard .group
{
	display: block;
	width: 517px;
}

.mortgageWizard .groupTop
{
	display: block;
	width: 552px;
	height: 11px;
	background-image: url(../../Images/wizardGroupTop.gif);
	background-repeat: no-repeat;
}

.mortgageWizard .groupBottom
{
	display: block;
	width: 552px;
	height: 11px;
	background-image: url(../../Images/wizardGroupBottom.gif);
	background-repeat: no-repeat;
}

.mortgageWizard .innerGroup
{
	display: block;
	padding-top: 5px;
	clear: both;
	float: none;
}

.mortgageWizard .left
{
	float: left;
	width: 250px;
	text-align: left;
	padding-right: 5px;
	display: block;
	font-weight:bold;
	line-height:22px;
}

.mortgageWizard .leftStep3
{
	width: 300px;
}

.mortgageWizard .right
{
	float: left;
	text-align: left;
	width: 200px;
	display: block;
	position: relative;
}

.mortgageWizard .rightStep3
{
	width: 150px;
}





.mortgageWizard select
{
	width: 180px;
}


.mortgageWizard input
{
	width: 176px;
}


.mortgageWizard input[type=radio]
{
	width: auto;
}


/*Pre-sign position*/
.preSign {
    position: absolute;
    left: -8px;
	top: 0px;
    font-size: 12px;
    font-weight: bold;
}

.subSign 
{
	position: absolute;
	font-size: 11px;
	color: #339900;
	font-weight: normal;
	left: 185px;
	top: 0px;
	width: 95px;
      
}
