﻿/*	HACK: This is so we can leave the required mortgage type radio button on the form (so that the validation works)
	but yet still have it invisible, as we're only doing remortgages on this site and we don't need a choice */
#LB_MortgageType_2
{
	margin-top: 5px;
	display: none;
	visibility: hidden;
}




.LB_FormBody
{
	padding: 20px;
}

.LB_Next_Button
		{
background-color: #f90;
color:#FFFFFF;
font-weight:bold;
}
.LB_Button
{
font-size:110%;
}

#LB_PdTable td
{
	padding: 0 4px;
}

#LB_PdTableDiv
{
	margin:0 3px !important;
}


		
		.LB_PdRow {
background-color:#CFE2B0;
	padding:0 3px !important;
}
		
		.LB_PdImageCell {
text-align:center;
vertical-align:middle !important;
}
		
.LB_PdTextCell {
font-size:12px;
padding:1px;
vertical-align:middle !important;
}		
		
		#LB_ConsentDiv
		{
color:#489B48;
display:none;
font-size:110%;
font-weight:bold;
margin:0px 0px 5px;
text-align:center;
}
		

#LB_MortgagePeriod
{
	font-size: 16px;
	width: 200px;
}

.TextBox
{
	font-size: 18px;
}

.SterlingTextBox
{
	background: #ffc url(https://secure.welcomehome.co.uk/images/formsterling.gif) no-repeat scroll 3px 50%;
	padding-left: 16px;
}

.LB_CheckboxTable
{
	margin-top: 5px;
	width: 240px;
	max-width: 240px;
}

.LB_CheckboxTable td
{
	vertical-align: top;
	padding-bottom: 10px;
}

.LB_RadioOptions
{
	font-weight: normal;
	margin-top: 5px;
	margin-right: 20px;
}

#LB_Form
{
	padding: 0;
	margin: 0;
	border: solid 1px #999;
}

.LB_FormStep
{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0;

	padding: 0px;
}

.LB_FormHeader
{
	padding: 10px 15px;
	background-color:#336;
	color:#fff;
	font-size:26px;
}

.LB_FormHeader span
{
	font-size:14px;
/*	line-height: 1.1 !important;*/
}

.LB_FormHeader span a
{
	color:#ff0;
/*	line-height: 1.1 !important;*/

}

.LB_ErrorMessage
{
	color: #f00;
	font-weight: bold;
	background-color:#ff7;
}

.LB_FormStepHidden
{
	display: none;
}

.LabelTip
{
	margin-left: 10px;
	font-weight: normal;
	font-style: italic;
}
