/* Main form step table styles */
#LB_Form{
	float:right;
	margin-top:12px;
	font-size:1.2em;
	z-index:200;
	width:517px;
	overflow:hidden;
}

sup{font-size:0.8em;font-weight:normal}
.LB_FormStep
{
	width:517px;
	background:url('../images/form-bg-alt.jpg') bottom left no-repeat;
	padding-left: 10px;
}

.FormTop{
	background:url('../images/form-top.jpg') top left no-repeat;
	width:517px;
	height:8px;overflow:hidden;
}

.FormInfo{
	width: 177px;
	margin-right:10px;
}

.FormInfo p{
	padding:0px 4px 8px 20px;
	font-size:1em;
}

.LB_FormStep table{
	float:left;
	width: 320px !important;
}

.LB_FormStep table input[type=radio] {
	margin-left: 0;
}

.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: #444;*/
	color: #fff;
	width: 350px;
	font-size: 140%;
}

.LB_StepNumber
{

	/*background-color: #ddd;*/
	white-space: nowrap;
	text-align:right;
	font-size: 80%;
}

.LB_StepNumber strong
{
	color: #170;
	font-size: 130%;
}

/* Form step main content styles */
.LB_FormStepContent
{
	/*background-color: #eee;*/
	padding: 4px;
}

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

.LB_FormStepContent td
{
	vertical-align: top;
}

#LB_Step1 table td {
	padding: 7px 0;
}

/* Form fields that have sterling symbol in them */
#LB_PropertyValue, #LB_PropertyValue2,
#LB_AmountToBorrow, #LB_AmountToBorrow2,
#LB_Income{
	background: #fff url('../images/sterling.gif') no-repeat scroll 1px;
	padding: 3px 0 3px 13px;
}

#LB_Income_Div, #LB_FirstTimeBuyer_Div{
	display:none;
}

#LB_Income_Div.visible{
	display:normal;	
}

/* Back, next, finish buttons */
.LB_Button
{
	font-size: 120%;
	padding:4px;
}

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

.LB_Next_Button
{
	background-color: green;
	color: #fff;
	font-weight: bold;
	border:2px outset green;
	-moz-border-radius: 6px;
}

/* Footer containing buttons */		
.LB_Footer
{
	text-align: right;
	margin-bottom: 10px;
}

.LB_Footer strong
{
	font-size: 110%;
	color: #170;
}

/* Tooltip styles */			
.LB_ToolTip-title
{
	font-weight: bold !important;
}

.LB_ToolTip-tip
{
	border: 2px solid #d67c4c !important;
	padding: 3px;
	background-color: #fcfcfc;
	font-size: 92%;
	width: 350px;
	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;
	padding: 3px;
	margin: -3px -3px -3px -3px;
}

.LB_ErrorMessage
{
	color: red;
	margin-top: 5px;
	visibility: hidden;
}

/* Misc styles */
#LB_Consent
{
	display:none;
}

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

#LB_MortgageType_Cell
{
	white-space: nowrap;
}

.LB_CheckboxTable
{
	color: #386977;
}

.LB_RadioOptions
{
	color: #386977;
	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:0;
	visibility: hidden;
	position: absolute;
	background-color: #000;
	width:100%;
	height:100%;
	left:0;
	top:0;
	-moz-opacity:.70;
	opacity:.70;
	filter:alpha(opacity=70);
}

/*
 * GREEN TOOLTIP BELOW FORM
 * This updated version dynamically resizes and centers the text
 * It uses a transparent PNG that might not function correctly in IE6
 */

.tooltipContainer {
	background: url(/images/gradient.png);
	width: 483px !important;
	float: right;
	margin-bottom: 20px;
}

.tooltipLarge {
	display: block;
	background: url('../images/bubbbottom.png') bottom center no-repeat;
	color: #386977;
	font-size: 14px;
	font-weight: bold;
}

.tooltipLarge div {
	background: url('../images/bubbtop.png') top center no-repeat;
	/* Extra padding on the top for the arrow */
	padding: 18px 30px 10px 30px;
	margin: 0;
}

.tooltipLargeOld {
	background:url('../images/tooltip-large.gif') top center no-repeat white;
	color:#386977;
	font-size:14px;
	height:114px;
	width:517px;
	display:block;
	overflow:hidden;
	font-weight:bold;
}

.tooltipLargeOld p {
	margin: 24px 24px 0px 48px;
}

.tooltipLargeOld p strong{
	font-size:19px;
	font-weight:bold;
}


/* form tips */
.tooltipLarge_hidden {
	display: none;
}

.small_field {width:142px;}