form
{
	font-size:small;
	margin:0; padding:0;
}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #112288;
	position: absolute; 
	top: 0; 
	left: 0; 
	min-width: 780px; 
	width: 100%; 
	height: 100px;
	}
.clear {
	clear: both;
	height:0px;
	display: block;
	visibility: hidden;
	content: ".";
	}
.mapgraphic {
	width: 100%;
}
a {
	color: #CC3300;
}
	
/*-----------------------
TOP BANNER
-------------------------*/

#top_banner {
	background:#fff;
	padding-right: 20px;
	padding-left: 20px;
	}
.logo {
	float: left;
	height: 53px;
	padding-top: 7px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.banner {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*-----------------------
COLUMNS
-------------------------*/

#left {
	position: relative;
	float:left;
	/*top:100px;*/
	left: 0;
	width: 19%;
	margin: 1% 1% 0 0;
	}

#middle {
	position: relative;
	float:left;
	/*top:100px; */
	min-width: 360px;
	width: 60%;
	margin-top: 1%;
	}
	
#right { 
	position: relative; 
	float:left;
	/*top:100px; */
	width: 18%;
	margin: 1% 0 0 1%;
	}
	
#footer {
	clear:both;
	left: 0; 
	width: 100%;
	text-align:left;
	padding: 0 0 5px 0px;
	}

#footer a {
	color:#333;
	}

/*-----------------------
SEARCH BAR
-------------------------*/

#searchbar {
	color: #fff;
	clear: both;
	width: 100%;
	background: #0081D6 url(../images/common/searchbar_bg.jpg) repeat-x;
	padding: 10px 0px;
	margin: 0px 0px 10px;
	}

#searchbar h1 {
	font-size: 135%;
	margin: 0;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	}
#searchbar .homepage_search {
	float: left;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	}
#searchbar label {
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	margin: 0px;
	padding: 0px;
	}
#searchbar .searchfield {
	font-weight: normal;
	width: 15em;
	}
#searchbar .go_button {
	float: left;
	width: auto;
	margin-top: 5px;
	}
#searchbar .go_button_png{
	behavior: url("../css/pngbehavior.htc");
	width: 57px;
	height: 56px;
	}
#searchbar .popular_searches {
	font-size: 80%;
	line-height: 3em;
	}
#searchbar a {
	color: #FFFFFF;
	}
#searchbar .ref_price{
	float: left;
	padding-right: 30px;
	padding-left: 20px;
	}
#searchbar .ref_bedrooms{
	float: left;
	padding-right: 15px;
	}
#searchbar .refine_button {
	float: left;
	margin-top: 0px;
	}
.refine_button_png{
	behavior: url("../css/pngbehavior.htc");
	width: 94px;
	height: 57px;
	}
#searchbar H3 {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	}

/*-----------------------
MAIN NAVIGATION
-------------------------*/

#navbar {
	height: 32px;
	background: #fff url(../images/common/topnav_bg.gif) repeat-x;
	clear: both;
	}
	
#navbar  a {
	height: 22px;
	float:left;
	text-align: center;
	padding-top: 8px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#navbar  a:hover {
	text-decoration: underline;
}	
#navbar .navbar_separator {
	background: #fff url(../images/topnav/separator.gif) no-repeat;
	width: 3px;
	height: 32px;
	float: left;
}
#navbar #home  a {
	background: #fff url(../images/topnav/home.gif);
	padding-right: 20px;
	padding-left: 20px;
}
#navbar #home  a:hover {
	/*background: #fff url(../images/topnav/home_over.gif) no-repeat;*/
}
#navbar #buyproperty  a {
	background: #fff url(../images/topnav/buy_property.gif);
	padding-right: 20px;
	padding-left: 20px;
}
#navbar #buyproperty  a:hover {
	/*background: #fff url(../images/topnav/buy_property_over.gif) no-repeat;*/
}
#navbar #sellproperty  a {
	background: #fff url(../images/topnav/sell_property.gif);
	padding-right: 20px;
	padding-left: 20px;
}
#navbar #sellproperty  a:hover {
	/*background: #fff url(../images/topnav/sell_property_over.gif) no-repeat;*/
}
#navbar #finance  a {
	background: #fff url(../images/topnav/finance.gif);
	padding-right: 20px;
	padding-left: 20px;
}
#navbar #finance  a:hover {
	/*background: #fff url(../images/topnav/finance_over.gif) no-repeat;*/
}
#navbar #advice  a {
	background: #fff url(../images/topnav/advice_articles.gif);
	padding-right: 20px;
	padding-left: 20px;
}
#navbar #advice  a:hover {
	/*background: #fff url(../images/topnav/advice_articles_over.gif) no-repeat;*/
}

#navbar #_ctl0_admin a {
	background: #fff url(../images/topnav/admin.gif);
	padding-right: 20px;
	padding-left: 20px;
}

/*-----------------------
INFO BOX
-------------------------*/
#infobox  {
	border: 1px solid #ABCDDD;
	width: auto;
	padding: 0px 10px 10px;
	margin-bottom: 15px;
	background: #FFF url(../images/common/infobox_h3.gif) repeat-x top;
	font-size: 90%;
	margin-left: 20px;
	}

#infobox h3 {
	text-align: left;
	margin: 0px 0px 20px;
	padding: 5px 0px 0px;
	background: FFF url(../images/common/infobox_heading.gif) repeat-x;
	color: #112288;
	font-weight: bold;
	font-size: 100%;
	}
#infobox h4 {
	padding: 0px;
	margin-top: 18px;
	color: #112288;
	font-weight: bold;
	font-size: 90%;
	}
#infobox  a{
	color: #DD3333;
	}
.loginbox_text{
	font-size: 90%;
	}
/*-----------------------
SIDE NAV LINKS
-------------------------*/
ul#side_nav_links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#side_nav_links li{
	display: inline;
	}

ul#side_nav_links a {
	display: block;
	background-image: url(../images/common/hp_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #112288;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	}

ul#side_nav_links a.greyedout{
	background-image: url(../images/common/hp_bullet_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
	}
ul#side_nav_links a.red{
	background-image: url(../images/common/hp_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
	}
ul#side_nav_links a:hover {
	text-decoration: underline;
	}
	
/*-----------------------
MAIN BOX
-------------------------*/
#main_box {
	width: auto;
	border: 1px solid #ABCDDD;
	margin: 2% 0px 0px;
	padding: 10px;
	clear: both;

	}
#main_box a{
	color: #DD3333;
	line-height: 2em;
	}
#main_box H3{
	font-size: 120%;
	margin: 0px;
	padding: 0px 0px 5px;
	}
#main_box .HPimages{
	margin-left: 20px;
	}
#main_box .nopad{
	margin: 0px;
	padding: 0px;

	}
#main_box hr {
	border: 0;
	width:100%;
	height: 1px;
	color: #ABCDDD;
	background-color: #ABCDDD;
	margin: 5px 0px;
	padding: 0px;
	clear: both;
	}
/*-----------------------
HOMEPAGE SPECIFIC
-------------------------*/
#HP_map {
	width: auto;
	border: 1px solid #ABCDDD;
	margin: 0px;
	padding: 10px;
	min-height: 275px;
	}
#HP_map H3{
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
#HP_map img{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#HP_map ul{
	text-align: left;
	list-style-type: none;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#HP_map li{
	margin-bottom: 5px;
	display: inline;
	}
	
#HP_map a {
	color: #DD3333;
	display: block;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 90%;
	}

#HP_map a:hover {
	text-decoration: underline;
	}
#HP_advertise_blue {
	width: auto;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ABCDDD;
	border-bottom: 1px solid #ABCDDD;
	border-left: 1px solid #ABCDDD;
	position: relative;
	background: #ABCDDD url(../images/hp_advertisenow_bg.jpg) repeat-x;
	height: 70px;
	clear:both;
	vertical-align: middle;
	}
#HP_advertise {
	width: auto;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #81bb31;
	border-bottom: 1px solid #81bb31;
	border-left: 1px solid #81bb31;
	position: relative;
	background: #82bc32 url(../images/hp_advertisenow_green_bg.jpg) repeat-x;
	height: 70px;
	clear:both;
	color: white;
	vertical-align: middle;
	}
#HP_advertiseleft {
	width: 55%;
	float: left;
	text-align: right;
	position: relative;
	}
#HP_advertiseright {
	width: auto;
	text-align: left;
	float: left;
	position: relative;
	height: 50px;
	padding-top: 20px;
	margin: 0px;
	}
/*-----------------------
ADVERTS
-------------------------*/

#adverts {
	width: auto;
	padding: 0px 10px 10px;
	text-align: left;
	background-color: #FDF8E5;
	border: 1px solid #ABCDDD;
	margin: 0px 20px 0px 0px;
	word-wrap: break-word;
	min-width: 110px;
	overflow:auto
	 }
#adverts H6{
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0px 5px;
	padding: 0px;
	}
#adverts a{
	font-size: 80%;
	color: #CC3300;
	}
#adverts p{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	}

/*-----------------------
SEARCH RESULTS
-------------------------*/

#searchresultsheader {
	border-top: 1px solid #ABCDDD;
	border-right: 1px solid #ABCDDD;
	border-left: 1px solid #ABCDDD;
	background-image: url(../images/common/header_bg.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	}
#searchresultsheader h2 {
	text-transform: uppercase;
	font-size: 85%;
	margin: 0px;
	font-weight: normal;
	}
#searchresultsheader a
{
	color: #112288;
	text-decoration: none;
}	
#searchresults {
	border: 1px solid #ABCDDD;
	margin: 0px 0px 10px;
	padding: 10px;
	clear: both;
	overflow:hidden;
	}
#searchresults .link {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #CC3300;
	line-height: 200%;
	}
#searchresults h3 {
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #112288;
	text-decoration: none;
	}
#searchresults img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#searchresults p {
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
#adlistprop {
	background-color: #CC3300;
	padding: 5px;
	margin-bottom: 10px;
}
#adlistprop a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.butdelete {
	float: left;
	padding-right: 10px;
}

/*-----------------------
PROPERTY ACTION LINKS
-------------------------*/
#property_action {
	width: auto;
	text-align: left;
	word-wrap: break-word;
	min-width: 110px;

	margin-bottom: 20px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
	 }
ul#property_action_links {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#property_action_links li{
	display: inline;
	}
ul#property_action_links a {
	display: block;
	text-decoration: none;
	color: #cc3300;
	border-top: 1px dotted #CC3300;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	}
ul#property_action_links a.contact {
	background-image: url(../images/property/icon_contact.gif);
	}
ul#property_action_links a.photos {
	background-image: url(../images/property/icon_photos.gif);
	}
ul#property_action_links a.locate {
	background-image: url(../images/property/icon_locate.gif);
	}
ul#property_action_links a.shortlist {
	background-image: url(../images/property/icon_shortlist.gif);
	}
ul#property_action_links a.particulars {
	background-image: url(../images/property/icon_print.gif);
	}
ul#property_action_links a.sendtofriend {
	background-image: url(../images/property/icon_email.gif);
	}
ul#property_action_links a:hover {
	text-decoration: underline;
	}
/*-----------------------
PAGER
-------------------------*/
.pager {
	font-size: 90%;
	border-top: 1px solid #ABCDDD;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABCDDD;
	margin-bottom: 10px;
	clear: both;
	height:14px;
}

.pager ul 
{
	margin: 0;
	text-align: left;
	list-style-type: none;
}

.pager ul li 
{
	display: inline;
	float: left;
	padding:2px;
}


.pager  ul li a
{
	display: block;
	color: #CC3300;
	font-weight: bold;
}
/*-----------------------
PARTICULARS PAGER
-------------------------*/
#particularspager {
	font-size: 90%;
	border-top: 1px dotted #CC3300;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
	margin-bottom: 15px;
	text-align: right;
}
#particularspager a{
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}
#particularspager a:hover{
	text-decoration: underline;
}

#particularspager .pagerleft{
	float: left;
}

/*-----------------------
RESULTS TOP
-------------------------*/
#resultstop {
	margin-bottom: 10px;
}
/*-----------------------
PROPERTY PARTICULARS
-------------------------*/
#particulars {
	width: auto;
	border: 1px solid #ABCDDD;
	margin: 0px 0px 10px;
	padding: 10px;
	clear: both;
	word-wrap: break-word;
	}
#particulars H1{
	font-size: 130%;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: normal;
	text-transform: uppercase;
	}
#particulars H2{
	font-size: 110%;
	margin: 0px;
	padding: 10px 0px;
	}
#particulars .mainimage{
	padding-bottom: 10px;
	}
#particulars img{
	margin-right: 10px;
	margin-bottom: 10px;
	}
.particular_text{
	float: left;
	}
/*-----------------------
CONTACT SELLER FORM
-------------------------*/
#contact_seller_header {
	border-top: 1px solid #ABCDDD;
	border-right: 1px solid #ABCDDD;
	border-left: 1px solid #ABCDDD;
	background-image: url(../images/common/header_bg.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
#contact_seller_header h2 {
	font-size: 110%;
	margin: 0px;
	font-weight: bold;
	color: #112288;
	text-decoration: none;
	}
#contact_seller_form{
	width:auto;
	height: auto;
	border: 1px solid #ABCDDD;
	margin: 0 0 10px;
	padding: 10px;
}

/*#contact_seller_form{
	width:auto;
	height: auto;
	border: 1px solid #ABCDDD;
	margin: 0 0 10px;
	padding: 10px;
}

#contact_seller_form #subjectline{
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #FFF;
	width:100%;
}

#contact_seller_form label {
	width: 12em;
	font-weight:bold;
	float:left;
}

#contact_seller_form .input {
	width: 200px;
	border: 1px solid;
	border-color: #829DBA;
}
#contact_seller_form .textarea {
	width: 250px;
	border: 1px solid;
	border-color: #829DBA;
}
#marginbottom {
	margin-bottom: 10px; 
	width: 90%
}
#contact_seller_form textarea {
	margin-bottom: 10px;
}*/
/*-----------------------
AGENT/AUCTION DETAILS
-------------------------*/
#agentinfo{
	width:auto;
	height: auto;
	border: 1px solid #ABCDDD;
	margin: 0 0 10px;
	padding: 10px;
}
#agentinfo img{
	float: right;
	margin-right: 10px;
}
#agentinfoheader {
	border-top: 1px solid #ABCDDD;
	border-right: 1px solid #ABCDDD;
	border-left: 1px solid #ABCDDD;
	background-image: url(../images/common/header_bg.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
#agentinfoheader h3 {
	font-size: 110%;
	margin: 0px;
	font-weight: bold;
	color: #112288;
	text-decoration: none;
	}
/*-----------------------
TITLE AREA
-------------------------*/
#titlearea{
	width:auto;
	margin-bottom: 10px;
}
#titlearea H1{
	font-size: 160%;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px;
}

#titlearea H2{
	font-size: 110%;
	margin: 0px;
	padding: 10px 0px;
}

#titlearea H3{
	font-size: 90%;
	margin: 0px;
	padding: 10px 0px;
	font-style:italic;
}

#register {
	width:auto;
	height: auto;
	border: 1px solid #ABCDDD;
	margin: 0 0 10px;
	padding: 10px;
}

#register #subjectline{
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #FFF;
	width:100%;
}
/*
#register label {
	width: 12em;
	font-weight:bold;
	float:left;
}*/
#register .textarea {
	width: 250px;
	border: 1px solid;
	border-color: #829DBA;
}
#register textarea {
	margin-bottom: 10px;
}
#register .helptext {
	font-size: 80%;
	margin-left: 15em;
	display: block;
}

/*-----------------------
FORM INPUT SIZES
-------------------------*/
label {
	width: 12em;
	font-weight:normal;
	float:left;
	color: #445599;
}
.readonly
{
	width: 200px;
	border: 0px solid;
	margin-bottom: 5px;
	color: #CC3300;
	padding: 2px;
}
.smallinput {
	width: 60px;
	border: 1px solid;
	border-color: #829DBA;
	margin-bottom: 5px;
	color: #CC3300;

	padding: 2px;
}
.mediuminput {
	width: 150px;
	border: 1px solid;
	border-color: #829DBA;
	margin-bottom: 5px;
	color: #CC3300;

	padding: 2px;
}
.largeinput {
	width: 250px;
	border: 1px solid;
	border-color: #829DBA;
	margin-bottom: 5px;
	color: #CC3300;

	padding: 2px;
}
.largestinput {
	width: 100%;
	height: 100px;
	border: 1px solid;
	border-color: #829DBA;
	margin-bottom: 5px;
	color: #CC3300;

	padding: 2px;
}
.dropdown {
	width: auto;
	border: 1px solid;
	border-color: #829DBA;
	margin-bottom: 5px;
	color: #CC3300;

	padding: 2px;
}
.textarea {
	width: 250px;
	height: 100px;
	border: 1px solid;
	border-color: #829DBA;
	margin-bottom: 5px;
	color: #CC3300;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.Radio {
	color: #CC3300;
}

.Radio label
{
	width:8em;
	float:left;
}

.formtext {
	color: #445599;
}
.submit {
	margin-left: 12em;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}
.submit2 {
	margin-left: 5PX;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}
.formheader {
	border-top: 1px solid #ABCDDD;
	border-right: 1px solid #ABCDDD;
	border-left: 1px solid #ABCDDD;
	background-image: url(../images/common/header_bg.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
.formheader h2 {
	font-size: 100%;
	margin: 0px;
	font-weight: bold;
	color: #112288;
	text-decoration: none;
	}
.formarea {
	width:auto;
	height: auto;
	border: 1px solid #ABCDDD;
	margin: 0 0 10px;
	padding: 10px;
}
.formarea .helptext {
	font-size: 80%;
	margin-left: 15em;
	display: block;
}
/*-----------------------
UPLOAD PROPERTY STEPS
-------------------------*/
.steparrows {
	background-image: url(../images/property/arrows.gif);
	background-repeat: no-repeat;
	float: left;
	width: 35px;
	background-position: center center;
	height: 50px;

}
.step {
	background-repeat: no-repeat;
	float: left;
	width: 60px;
	background-position: center top;
	padding-top: 55px;
	font-size: 80%;
	text-align: center;
}

.step1 
{
	background-image: url(../images/property/1.gif);
}
.step1done
{
	background-image: url(../images/property/1done.gif);
}

.step2
{
	background-image: url(../images/property/2.gif);
}
.step2done
{
	background-image: url(../images/property/2done.gif);
}

.step3
{
	background-image: url(../images/property/3.gif);
}
.step3done
{
	background-image: url(../images/property/3done.gif);
}

.step4
{
	background-image: url(../images/property/4.gif);
}
.step4done
{
	background-image: url(../images/property/4done.gif);
}

.step5
{
	background-image: url(../images/property/5.gif);
}
.step5done
{
	background-image: url(../images/property/5done.gif);
}

/*-----------------------
FINANCE PAGES
-------------------------*/
#financeText
{
	width:35%;
	float:left;
	
	padding:5px
}

.LeadBayForm
{
	width:425px;
	height:700px;
	padding:5px
}
#finance_particulars {
	width: auto;
	border: 1px solid #ABCDDD;
	margin: 0px 0px 10px;
	padding: 10px;
	clear: both;
	word-wrap: break-word;
	}
/*-----------------------
IMAGE PREVIEW
-------------------------*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #fff;
visibility: hidden;
border:1px solid #ABCDDD;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: black;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*-----------------------
LeadBuy Integration
-------------------------*/
/* Main form step table styles */
.LB_FormStep
{
	width: 565px;
	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_Headline
{
	font-weight: bold;
	background-color: #444;
	color: #112288;
	width: 350px;
	font-size: 140%;
	border-top: 1px solid #ABCDDD;
	border-right: 1px solid #ABCDDD;
	border-left: 1px solid #ABCDDD;
	background-image: url(../images/common/header_bg.jpg);	
}

.LB_StepNumber
{
	font-weight: bold;

	white-space: nowrap;
	font-size: 110%;
}

.LB_StepNumber b
{
	color: #000;
	font-size: 130%;
}

/* Form step main content styles */
.LB_FormStepContent
{
	border:solid 1px #ABCDDD;

	padding: 4px;
}

.LB_FormStepContent label
{
	font-weight: bold;
	float:none;
	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(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
{

}

/* Footer containing buttons */		
.LB_Footer
{
	text-align: right;
	font-size: 120%;
}

.LB_Footer b
{
	font-size: 110%;
	color: #112288;
}

/* 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: #112288;
}

.LB_RadioOptions
{
	color: #112288;
	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);
}
	
