.LB_FormStep
{
table-layout: fixed;
}

.LB_FormStepHidden
{
display: none;
}

.LB_FormStepVisible
{
display: block;
}

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

.LB_Headline
{
font-weight: bold;
background-color:#0e737d;
color: #fff;
font-size: 140%;
}

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

.LB_StepNumber b
{
color:#00cb18;
font-size: 130%;
}

hr { border:1px solid #0e737d}

/* Form step main content styles */
.LB_FormStepContent
{
border:solid 4px #0e737d;
background-color: #fff;
padding: 4px;
}

.LB_FormStepContent label
{
font-weight: bold;
font-size: 80%;
}

.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(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_Back_Button
{
background-color: #0d747d;
color: #fff;
font-weight: bold;
}

.LB_Next_Button
{
background-color: #0d747d;
color: #fff;
font-weight: bold;
}

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

.LB_Footer b
{
font-size: 110%;
color: #00cb18;
}

/* 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%;
z-index: 100;
text-align: left;
}

.LB_ToolTipIcon
{
display: inline;
background: url(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: #CCCCCC;
margin-bottom: 20px;
}

#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;
color:#2b445a;
}

#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);
}

