
/* LOAN APPLICATION STYLE */


#continueBtn{

	font-size: 16px;
}

#formContainer{

	margin: 10px 0;
	line-height: 19px;
	position: relative;
	_height: 200px;
	min-height: 200px;
	display: none;
}
#formContainer ul{

	list-style: none;
}
#formContainer a,
#formContainer a:visited{

	outline: none;
	color: #284464;
}
#formContainer a:hover{

	color: #FF9900;
}

#loanApplication { 
	
	border: 0;
}
#loanApplication br{ 
	
	clear: both;
}

#loanApplication h2{ 

	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}

label{

	cursor: pointer;
}

textarea.textareas{

	width: 590px;
	height: 70px;
}
textarea.twoLinesArea{

	width: 120px; 
	height: 35px;
}

#notesAddon{

	margin: 10px 0;
	display: none;
}

#navPages{

	float: right;
}

#errors_mail,
#errors_app,
#info1,
#info2,
#info3{
	
	display: none;
	font-weight: bold;
	margin: 10px 0;
}

#errors_mail,
#errors_app{

	color: #00bdfb;
}

b.option{
	
	float: left;
	width: 10px;
}

#msgBg{

	display: none;
	background: #1f2c3c;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	
	filter: alpha(opacity=9);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
}

.msgBody{

	display: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

a.closeLoad{

	float: right;
	margin: 2px 6px;
	color: #ffffff !important;
	font-weight: normal;
	font-size: 12px;
}

#uniqueId{

	color: #00bdfb;
}

/* UL's */
.amounts{

	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	list-style: none;
}
.amounts li{
	
	clear: both;
}

/* Textboxes */
.amount{

	width: 80px;
}
.largeText{

	width: 290px;
}



/**/
.labelAmount{
	
	float: left;
	width: 130px;
}

.labelLarge{
	
	float: left;
	width: 260px;
}

a.remove{

	float: right;
}

div.affiliate,
div.owner{

	margin: 10px 0;
	border-bottom: 1px dashed #333;
	padding: 5px 0;
}


