#LB_Form2
{
	width: 500px;
	border:solid 4px #8AB;
	background-color: #F7F4ED;
	padding-bottom: 20px;
}

#LB_Form2 label
{
	font-weight: bold;
	vertical-align: top;
}

.LB_FormHeadline2
{
	font-weight: bold;
	background-color: #357;
	color: #fff;
	font-size: 140%;
	padding: 5px 10px;
}

.LB_FormSubHeadline2
{
	clear: both;
	font-weight: bold;
	background-color: #8AB;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.LB_FormSubHeadlineMiddle
{
	margin-top: 10px;
}

.LB_FormQuestions
{
	border-top:solid 5px #f00;margin: 0 20px;
}

.LB_FormRow, .LB_FormCell
{
	float: left;
	display: inline;
}

.LB_FormRow
{
	margin: 0 0px 0px 0;
	width: 500px;
	padding: 8px 0px 0 0;
}

.LB_FormCell
{
	margin: 0 0 0px 20px;
}

.LB_FormCellFixedWidth
{
	width: 230px;
}

#LB_Consent
{
	display: inline;
	margin-right: 20px;
	padding: 5px;
	background-color: #fff;
}

#LB_Form2 label.LB_RadioLabel
{
	font-weight: normal;
	vertical-align: text-top;
}

 .LB_DisabledLabel
 {
 	color: #ccc;
 }

 .LB_DisabledTextBox
 {
	background-color: #ccc !important;
 }
 
/* Back, next, finish buttons */
.LB_Button
{
	font-size: 140%;
	margin-right: 20px;
}

.LB_Button:hover
{
	text-decoration: underline;
}

.LB_Next_Button
{
	background-color: #070;
	color: #fff;
	font-weight: bold;
}

.LB_ErrorLabel
{
	color: #fff;
	background-color: #f00;
}

.LB_ErrorMessage
{
	color: red;
	visibility: hidden;
	font-size: 90%;
}



/* Main form step table styles */
.LB_FormStep
{
	width: 500px;
	table-layout: fixed;
	
}

.LB_FormStepHidden
{
	display: none;
}

.LB_FormStepVisible
{
	display: block;
}

/* Form step header styles */
.LB_Headline, .LB_StepNumber
{
	padding: 4px;
	padding-left: 6px;
}

.LB_Step1_LeftColumn
{
    width: 300px;
}

.LB_Step1Lower_LeftColumn
{
    width: 290px;
}

.LB_Step1_RightColumn
{
    text-align: left;
    padding-left: 15px;
}

.LB_Headline
{
	font-weight: bold;
	background-color: #357;
	color: #fff;
	width: 500px;
	font-size: 140%;
}

.LB_StepNumber
{
	font-weight: bold;
	background-color: #ddd;
	white-space: nowrap;
	font-size: 110%;
}

.LB_StepNumber b
{
	color: #170;
	font-size: 130%;
}

/* Form step main content styles */
.LB_FormStepContent
{
	border:solid 4px #8AB;
	background-color: #F7F4ED;
	padding: 10px;
}

.LB_FormStepContent label
{
	font-weight: bold;
	padding: 0;
	margin: 0;
}


#LB_Step1 .LB_FormStepContent label
{
    font-size: 80%;
}

.LB_FormStepContent td
{
	vertical-align: top;
}

/* Form fields that have sterling symbol in them */
#LB_CoverAmount
{
	background: #fff url(https://forms.leadbay.co.uk/Common/HtmlIntegration/Images/Sterling.gif) no-repeat scroll 1px;
	padding-left: 13px;
	width: 100px;
}

#LB_CoverUnsureText
{
	color: #666;
	font-style: italic;
}

#LB_CashAvailableLabelCell
{
    vertical-align: middle;
}

/* Footer containing buttons */		
.LB_Footer
{
	font-size: 120%;
	text-align: right;
}

.LB_Footer b
{
	font-size: 110%;
	color: #170;
}

.LB_FooterNext
{
	text-align: right;
}

.LB_FooterSubmit
{
	text-align: left;
}


/* Tooltip styles */			
.LB_ToolTip-title
{
	font-weight: bold !important;
}

.LB_ToolTip-tip
{
	border: 2px solid black !important;
	padding: 3px;
	background-color: #ff7;
	font-size: 80%;
	width: 350px;
	z-index: 100;
	text-align: left;
}

.LB_ToolTipIcon
{
	display: inline;
	background: url(https://forms.leadbay.co.uk/Mortgages/HtmlIntegration/Images/ToolTipQuestionCircle.gif) no-repeat;
}

/* Error styles */


#LB_CalculateButtonDiv
{
    width: 100%;
    text-align: right;
}

.LB_DisclaimerText
{
	font-size: 70%; 
}

#LB_Step2 .LB_FormStepContent td
{
    padding:0;
}

#LB_Step2 .LB_FormStepContent tR
{
    padding:0;
}

.LB_DisplayNone
{
    display: none;
}

/* Misc styles */
#LB_Consent
{
	visibility: hidden;
	font-size:95%;
}

#LB_Consent a:link
{
	 color: #000000;
}

#LB_Consent a:visited
{
    color: #000000;    
}

#LB_MortgageType_Cell
{
	white-space: nowrap;
}

.LB_CheckboxTable
{
	color: #170;
}

.LB_RadioOptions
{
	color: #170;
	padding-right: 10px;
}


.LB_BigLabel
{
	font-size: 120% !important;
	font-weight: bold;
}

#LB_SubmitIndicator
{
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

#LB_AlphaLayer
{
	z-index: 50;
	visibility: hidden;
	position: absolute;
	background-color: #000;
	-moz-opacity:.70;
	opacity:.70;
	filter:alpha(opacity=70);
}

.LB_LabelRow td
{

}