/* CONTACT FORM */

.bls{height:15px;width:15px;background:url(../images/bls.gif) no-repeat;position:absolute;bottom:-1px;left:-1px;}
.brs{height:15px;width:15px;background:url(../images/brs.gif) no-repeat;position:absolute;bottom:-1px;right:-1px;}

form.contactform {
	width:520px;
	padding:5px 20px 0px 20px;
	margin-top:11px;
}

#Welcome {
	margin-bottom:20px;
}

#Welcome p {
	padding-top:3px;
}

form.contactform p {
	float:left;
	padding:3px 8px 0px 0px;
	color:#282880;
	text-align:right;
	width:150px;
}

form.contactform legend {
	color:#282880;
}

form.contactform input.textinput {
	float:left;
	display:block;
	margin:0px 15px 8px 0px;
	width:172px;
	padding:2px 0px 2px 0px;
	border:1px solid #282880;
}

form.contactform textarea {
	width:300px;
	height:150px;
	border: 1px solid #282880;
}

form.contactform input.nextstep {
	width:105px;
	height:32px;
	background: url('../images/login.gif') no-repeat;
	border:0px;
	color:#282880;
	font-size:15px;
	margin: 20px 0px 0px 395px;
	color:#fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#AddressXtra {
	width:200px;
	float:left;
	display:block;
}

#AddressXtra fieldset {
	margin-top:10px;
} 

#AddressXtra a {
	color:#282880;
}

#Address {
	width:200px;
	float:left;
	display:block;
}

#Address fieldset {
	margin-top:15px;
} 


#Address p {
	padding-left:20px;
}

.CornerBox fieldset {
	margin-left:20px;
	margin-top:10px;
	width:190px;
}

#Welcome h2 {
	margin-left:0px;
}

.CornerBox h2 {
	margin-left:0px;
}

.CornerBox {
	width:560px;
	margin-bottom:20px;
}

#LeftContainer {
	margin-top:0px;
}

/* PAGE ERRORS */

#DebtAssessmentToolError {
	background-color:#fff;
	margin:20px 0px 0px 45px;
	position:relative;
	float:left;
	width:820px;
	border:1px solid #282880;
}

#DebtAssessmentToolError p {
	padding:10px 0px 0px 20px;
	color:#333;
}

#DebtAssessmentToolError ul {
	margin:10px 0px 15px 50px;
	list-style-type:square;
}

#DebtAssessmentToolError ul li {
	color:#282880;
	font-size:12px;
}

.DebtAssessmentToolErrortlc{height:15px;width:15px;background:url(../images/tls.gif) no-repeat;position:absolute;top:-1px;left:-1px;}
.DebtAssessmentToolErrortrc{height:15px;width:15px;background:url(../images/trs.gif) no-repeat;position:absolute;top:-1px;right:-1px;}
.DebtAssessmentToolErrorblc{height:15px;width:15px;background:url(../images/bls.gif) no-repeat;position:absolute;bottom:-1px;left:-1px;}
.DebtAssessmentToolErrorbrc{height:15px;width:15px;background:url(../images/brs.gif) no-repeat;position:absolute;bottom:-1px;right:-1px;}
