html, body, .popup {height: 100%; margin:0; padding:0;}

body > .popup {height: auto; min-height: 100%;} 

body{
	background: none;
}
.popup{
	width: 960px;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}
.wrap{
	padding-bottom: 62px;
}
textarea{
	font: 11px "Lucida Grande",Arial,sans-serif;
}
.tabbed > p{
	padding: 10px;
}
.popup h2{
	padding-top: 10px;
}
/* STEPS */
#steps{
	position: relative;
	height: 42px;
	width: 945px;
	margin-bottom: 5px;
}

#steps li{
	position: absolute;
	top: 0;
	width: 149px;
}
#steps li.last{
width:154px;
}
#steps li a{
	display: block;
	width: 112px;
	height: 34px;
	padding: 8px 17px 0 20px;
	font: 14px/14px "MyriadProRegular";
	text-transform: uppercase;
	background: url(../i/steps.png) no-repeat right top;
	color: #fff;
	overflow: hidden;
}
#steps li.one-line a span{
	padding-top: 7px;
}

#steps li:first-child a{
	padding: 7px 0 0 10px;
	width: 136px;
}
#steps li:last-child a{
	width: 118px;
}
#steps li a span{
	display: block;
	float: left;
}
#steps li a span.num{
	font-size: 36px;
	line-height: 30px;
	padding: 3px 10px 0 0;
	margin-top: -2px;
}
#steps li a:hover{
	text-decoration: none;
}
#steps li.active a, #steps li a:hover{
	background-position: right -42px;
}
#steps li.prev a{
	background-position: right -84px;
}
/* /STEPS */



.floated-input fieldset{
	width: 290px;
	float: left;
	margin-bottom: 10px;
}
input[type="text"], textarea{
	width: 220px;
}
label span{
	font-size: 10px;
	font-weight: normal;
}
.form-group:first-child {
	overflow: hidden;
}
.form-group{
	clear: both;
}
.form-group.inline-rd{
	overflow: hidden;
}
.form-btns{
	height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.form-group > div{
	clear: both;
}
.radio-form{
	float: left;
	margin-right: 40px;
}
.form-group .radio-form label{
	display:inline;
}
.steps-btn{
	border: none;
	height: 35px;
	line-height: 35px;
	padding: 0 30px 0 10px;
	background: url(../i/steps-btn.jpg) no-repeat top right;
	font: 16px "MyriadProRegular";
	text-transform: uppercase;
}
.form-btns input[type="submit"].steps-btn{
	margin-top: 0;
}
.form-btns ul li{
	line-height: 35px;
}
#edulevel, #fstatus{
	margin-bottom: 10px;
}
#edulevel.radio-form, #fstatus.radio-form{
	float: none;
}
.radio-form.inline-rd{
	float: none;
}
.inline-rd fieldset label:first-child{
	width: 150px;
	display: block;
	float: left;
}
.inline-rd fieldset label.lbl-opt{
	width: 100px;
	display: block;
	float: left;
}
#step2 .inline-rd fieldset label.lbl-opt, #step3 .inline-rd fieldset label.lbl-opt{
	width: 120px;
}
#step2 .inline-rd fieldset label.lbl-opt#lbl-ins-cnss{
	width: 200px;
}

#nationality{
	width: 230px;
	padding-right: 60px;
}
#contact-info fieldset:first-child, #contact-info > div, .business-info > fieldset:first-child, .business-info > div{
	float: left;
	width: 290px;
}

#contact-info > div, .business-info > div{
	clear: none;
}
.business-info > div{
	width: 580px;
}
#contact-info > div fieldset, .business-info > div fieldset{
	margin-bottom: 20px;
}
.business-info fieldset{
	clear: both;
}
#contact-info textarea, .business-info textarea{
	height: 150px;
}
#contact-info .radio-form, .business-info .radio-form{
	clear: both;
}
.business-info fieldset.biz-mobile-wrap, .business-info fieldset.biz-fax-wrap{
	clear: none;
	float: left;
	margin-right: 60px;
}

#employee-info, #self-info{
/* 	display: none; */
}
#employee-info .inline-rd, .business-info.form-group{
	border-bottom: none;
}

.card-application-form .tbl-data th,
.loan-application-form .tbl-data th{
	text-transform: uppercase;
	font: 12px "MyriadProSemiBold";
	padding: 6px 10px;
	width: 150px;
	vertical-align: top;
	
}
.tbl-data th span{
	text-transform: none;
	display: block;
	width: 130px;
	font-family: "MyriadProRegular";
}
table{
	margin-bottom: 30px;
}
.tbl-data td {
	text-align: center;
	padding: 10px 0;
}
table input[type="text"]{
	width: 128px;
}

#step6 fieldset{
	margin-bottom: 20px;
}
#step6 label{
	color: #666666;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
#more-files{
	clear: both;
}
.xtra-file{
	overflow: hidden;
}
a#add-file{
	display: block;
	margin: 10px 0;
	clear: both;
	float: left;
	font-weight: bold;
	background: url(../i/add-delete-file.gif) left -4px no-repeat;
	padding-left: 15px;
}
.delete-xtra-file{
	float: left;
	font-weight: bold;
	background: url(../i/add-delete-file.gif) left -34px no-repeat;
	padding-left: 15px;
	font-size: 11px;
	margin: 13px 0 0 10px;
}
