@charset "utf-8";
/* CSS Document */

/* 	123 FORM ELEMENTS */ 
	
/* Cut All Font Code

* {
    font-family: verdana;
} */ 

/* #form{ Not using I don't think 
	width: 546px;
	border: 2px solid #4F65A2;
	margin-left: 8px;
	}*/

body {
    background-color: #EEE;
}
#popup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #F3F3F8;
	padding: 3px;
	border: 1px solid #3A3A65;
	width: 200px;
	line-height: 13px;
}
.amount{background-image:url(pound.gif);background-repeat:no-repeat;background-position:left center;padding-left:12px;}

.InputField_Amount {
width:138px;
background-image:url(pound.gif);
background-repeat:no-repeat;background-position:left center;padding-left:12px;
}

/* CSS USED TO SHOW AND HIDE THE FURTHER HOMEOWNER FIELDS */

#shome{display:none; width:200px;}
#shome2{display:none; width:200px;}
#nhome{display:none; width:200px;}
#nhome2{display:none; width:200px;}

/* CSS STARTS  */


.Container {
	border:  1px solid #304165;
	background-color: #E9EBF3;
	width: 470px;
	margin-left: 15px;	
}
.cont-div {
	background-color: #E1E4EB;
	width: 470px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #304165;
	border-right-color: #304165;
	border-bottom-color: #304165;
	border-left-color: #304165;
	}
	
#formhead{ /* my head for form - #E9EBF3 same margin as container */
	margin-left: 14px;
}

.Section {
	font-weight: bold;
	font-size: 15px;
	height: 40px;
	vertical-align: bottom;
	color: #292B5A;
}

.SectionText {
	width: 100%;
	text-align: right;
	padding-right: 10px;
	padding-left: 12px;
	line-height: 30px;
}

/*.Field {
	vertical-align: top;
	padding: 0px 5px 0px 5px;
		
}*/

.FieldTitle {
	color:#020304;
	line-height: 12px;
	width: 100%;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 12px;
}

.FieldText {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.FieldSubmit {
    text-align: center;
    padding: 20px 0 20px 0;
}

.Submit {
	border: none;
	width: 180px;
	height: 46px;
	background-color: #AEBFDE;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	cursor:pointer;
}

.InputField_Amount {
	width:110px;
	background-image:url(pounds.gif);
	background-repeat:no-repeat;background-position:left center;padding-left:12px;
    border: 1px solid #B4D1E2; 
    overflow: auto;
    font-size: 9pt;
}

.InputField, .InputBox, .InputArea {
    background: white;
    border: 1px solid #B4D1E2; 
    overflow: auto;
    font-size: 9pt;
	/* background-image: url(images/shadeform-lighter.jpg);*/ 
}

.InputField {
    width: 171px;
}

#VerifBox {
    width: 55px;
}

#HouseBox {
    width: 35px;
}
#titleBox {
    width: 50px;
}

#PostcodeBox {
    width: 127px;
    }

.InputArea {
    width: 200px;
}

#DebtHistory {
    height: 73px;
}

.InputBox {
    width: 175px;
}

label {
    font-size: 10pt;
}

/* Shadow for Form Input Fields */
.shadeform {
	BACKGROUND-IMAGE: url(images/shadeform.jpg); FONT: Verdana, Arial, Helvetica, sans-serif 11px; 		    WIDTH: 120px; HEIGHT: 14px; TEXT-ALIGN: left
}
/* 	END OF 123 FORM ELEMENTS */
