/* Main form step table styles */
.LB_FormStep
{
	width: 498px;
	table-layout: fixed;
	border:solid 1px #d2d2d2;
	margin: 0px;
	padding: 20px;
}

.LB_FormStepHidden
{
	display: none;
}

.LB_FormStepVisible
{
	display: block;
}

/* Form step header styles */
.LB_Headline, .LB_StepNumber
{
	padding: 4px;
	padding-left: 6px;
}

.LB_Headline
{
	font-weight: bold;
	background-color: #ffffff;
	color:#fd771e;
	width: 350px;
	font-size: 130%;
}

.LB_StepNumber
{
	font-weight: bold;
	background-color: #ffffff;
	white-space: nowrap;
	font-size: 110%;
}

.LB_StepNumber b
{
	color: #186FC5;
	font-size: 120%;
}

/* Form step main content styles */
.
StepContent
{
	background-color: #ffffff;
	padding: 4px;
}
hr 
{
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	line-height: 1px;
	padding: 0px;
}
.LB_FormStepContent label
{
	font-weight: bold;
	font-size: 90%;
}

.LB_FormStepContent td
{
	vertical-align: top;
}

/* Form fields that have sterling symbol in them */
#LB_PropertyValue, #LB_PropertyValue2, #LB_AmountToBorrow, #LB_AmountToBorrow2
{
	background: #fff url(https://forms.leadbay.co.uk/Common/HtmlIntegration/Images/Sterling.gif) no-repeat scroll 1px;
	padding-left: 13px;
}

/* Back, next, finish buttons */
.LB_Button
{
	font-size: 90%;
}

.LB_Button:hover
{
	text-decoration: underline;
}

.LB_Next_Button
{
	background-color: #186FC5;
	color: #fff;
	font-weight: bold;
}

/* Footer containing buttons */		
.LB_Footer
{
	text-align: right;
	font-size: 120%;
}

.LB_Footer b
{
	font-size: 110%;
	color: #186FC5;
}

/* 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_ErrorLabel
{
	color: #fff;
	background-color: #f00;
}

.LB_ErrorMessage
{
	color: red;
	visibility: hidden;
}

/* Misc styles */
#LB_Consent
{
	visibility: hidden;
}

#LB_LtvProblem
{
	background-color: #ff9;
	margin-bottom: 20px;
}

#LB_MortgageType_Cell
{
	white-space: nowrap;
}

.LB_CheckboxTable
{
	color: #186FC5;
}

.LB_RadioOptions
{
	color: #186FC5;
	padding-right: 10px;
}

.LB_BigLabel
{
	font-size: 110% !important;
	font-weight: normal;
}

#LB_SubmitIndicator
{
	text-align: center;
	font-size: 180%;
	font-weight: normal;
	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_ConsentDiv
{
    font-size:110%; 
    font-weight: bold; 
    color: #489B48; 
    margin: 0px;  
    text-align: center; 
    display: none; 
    margin-bottom: 5px;
}

#LB_ConsentDivBottom
{
    text-align: center; 
    display: none; 
    margin-bottom: 5px; 
    width: 525px;
}

#LB_PdTableDiv
{
   margin: 0 3px 0 3px;
}

#LB_PdTable
{
   width: 100%;
}

.LB_PdRow
{
    background-color: #CFE2B0;
}

.LB_PdImageCell
{
    vertical-align: middle !important;
    text-align: center;
}

.LB_PdTextCell
{
    font-size: 12px;
    vertical-align: middle !important; 
    padding: 1px;
}

.LB_PdButtonCell
{
    vertical-align: middle !important;
    text-align: center; 
    padding: 1px;
    font-size:120%;
}

.LB_PdButtonCell input
{
        margin: 0 5px 0 3px;
        width: 100px;
}	 

