html, 

.clearfix {
	clear: both;	
}

#msg {
	margin: 0;
	padding: 10px 10px 22px 10px;	
	position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 20;
}
.alert {
	color: #DD0000;	
}
#content {
	border: 1px solid #FFFFFF;	
	background: white;
	position: relative;
	min-height: 590px;
	height: 100%!important;
	height: 590px;
        line-height: 2;
        
}
#main {
	padding: 20px;	
}

.steps {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	height: 591px;
	border-right: 1px solid #FFFFFF;
}
.steps2 {
	height: 100%;	
	position: absolute;
}
.steps li {
	padding: 10px 16px 10px 10px;
	position: relative;
}
.steps #li4, .steps #li5, .steps #li6, .steps #li7, .steps #li8 {
	padding-left: 30px;	
}
.steps li p {
	margin: 8px 0 8px 0;	
}
.steps #li4.active, .steps #li5.active, .steps #li6.active, .steps #li7.active, .steps #li8.active {
	color: black;
	background: #F4F7FC;
	border: 1px solid white;
}
.steps li.active .stepTitle {
	font-weight: bold;	
}
.steps li.active a {
	color: white;
}
.steps li .details {
	display: none;
}
.steps li.active .details {
	display: block;
}
.steps .result {
	display: none;
	position: absolute;
	top: 15px;
	right: 5px;
}

.results {
	border: 1px solid #7C92AA;
	width: 100%;
}
.results td {
	border-bottom: 1px solid #CCC;
}

.results .highlight td {
	background: #FFD3D3;
	border-bottom: 0;
	font-weight: bold;
}
.results .highlight.explanation td {
	padding: 5px 25px 10px 25px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}
.results .highlight.eligible td {
	background: #FFF2D8;
}

.formStep {
	height: 591px;
       
	width: auto;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.formStep2 {;
	padding-bottom: 35px;
	min-height: 525px;
	height: 100%!important;
	height: 525px;
}
.formStep table {
	width: 100%;
	line-height: 1.5;
}

table td {
  vertical-align: top;
}

.formStep h3 {
	font-size: 18px;
	padding: 20px 10px 10px 10px;
	margin: 0;
}
.formStep h4 {
	font-size: 14px;
	padding: 15px 10px 10px 10px;
	margin: 0;
}
.formStep p {
	margin: 0 0 15px 0;	
}
.formStep td img {
	vertical-align: top;	
}
.formStep input[type="text"], .formStep textarea, .formStep select {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.formStep fieldset.rBtns {
	padding: 0;
	border: 0;
	margin: 0;
}
.formStep fieldset.rBtns  legend {
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
	width: 70%;
	clear: left;
}
.formStep fieldset.rBtns  legend.narrow {
	width: 35%;
}
.formStep fieldset.rBtns  legend.med {
	height: 60px;
}
.formStep fieldset.rBtns  legend.tall {
	height: 120px;
}
.formStep fieldset.rBtns .rOption {
	width: 9%;
	display: block;
	float: left;
}
.formStep fieldset.rBtns .rOption.auto {
	width: auto;
	margin-right: 2%;
	display: block;
	float: left;
}
.formStep fieldset.rBtns .rOption.clear {
	clear: both;
}
.formStep fieldset.rBtns .rOption.large {
	width: 61%;
	margin-right: 2%;
	display: block;
	float: left;
}

.formStep fieldset.rBtns .infoTabDetails {
	clear: both;
}
.formStep fieldset.rBtns .infoTabDetails .description {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.formStep fieldset.rBtns .infoTab {
	float: right;
	padding: 5px;
}
.loanTypeOptions {
	width: 61%;
	float: left;
}
.formStep .submitBtn {
	position: absolute;
	background: #EFEFEF;
	border-top: 1px solid #CCC;
	width: 98%;
	padding: 1%;
	left: 0;
	bottom: 0;
}
.submitBtn {
	text-align: center;
}
.submitBtn-final {
	display: none;	
}
.submitBtn input.submit {
	float: none;
	margin: 0 auto;	
}
.submitBtn input.next {
	float: right;
}

.formStep .description {
	background: #DAE5F2;
	border: 1px solid #CCC;
}
.description .note {
	border-top: 1px solid #7C92AA;
	padding-top: 5px;
	clear: both;
}
.explanation .note {
	border-top: 1px solid #CCC;
	padding-top: 5px;
}
.subquestion {
	padding-left: 25px;	
}
.infoTab {
	position: relative;
	z-index: 2;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #FFF;
}
.required .infoTab, .required .infoTabEmpty {
	background: none;	
}
.infoTab img {
	border: 0;	
}
.infoTabEmpty {
	width: 24px;	
	border: 1px solid #FFF;
}
.infoTab.active {
	background: #DAE5F2;
	border: 1px solid #CCC;
	border-bottom: 1px solid #DAE5F2;
}
.infoTab a {
	cursor: pointer;	
}
.infoTabDetails td {
	padding: 0;	
}
.infoTabDetails .description {
	display: none;	
	padding: 10px;
	position: relative;
	z-index: 1;
	top: -1px;
}
.infoTabDetails .description h2, .results h2 {
	margin-top: 0;	
	font-size: 14px;
}
.infoTabDetails .description h3, .results h3 {
	margin-top: 0;	
	margin-bottom: 10px;
	padding: 0;
	font-size: 14px;
}
.infoTabDetails .description h4, .results h4 {
	margin-top: 0;	
	margin-bottom: 10px;
	padding: 0;
	font-size: 14px;
}
.infoTabDetails .description h5, .results h5 {
	margin-top: 0;	
	margin-bottom: 10px;
	padding: 0;
	font-size: 12px;
}
.infoTabDetails .description .highlight {
	background: #FFF2D8;
	padding: 3px;
}


.formStep .infoHolder {
	position: relative;	
}
.formStep .info {
	display: none;
	position: absolute;
	top: 24px;
	z-index: 10;
	left: -97px;
}
.formStep .info-wide {
	left: -197px;
}
.formStep .info span {
	display: block;
	text-align: left;
	margin-top: 10px;
	width: 200px;
	padding: 8px;
	background: #DAE5F2;
	border: 1px solid #CCCCCC;
	line-height: 1.7;
}
.formStep .info-wide span {
	width: 400px;
}

.formStep .info span:after, .formStep .info span:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: -9px;
	pointer-events: none;
}
.formStep .info span:after {
	border-color: rgba(218, 229, 242, 0);
	border-bottom-color: #DAE5F2;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.formStep .info span:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCCCCC;
	border-width: 11px;
	left: 50%;
	margin-top: -2px;
	margin-left: -11px;
}
legend .hideNA {
	font-style: italic;
}
legend .hideNA.noItalic {
	font-style: normal;
}
legend .hide {
	display: none;
}

.noscript #content { 
	position: relative;
	height: 100%;
}
.noscript .noscriptHide {
	display: none;
}
.noscript .infoHolder {
	display: none;	
}
.noscript .submitBtn {
	display: none;	
}
.noscript a img {
	border: 0;
}
.noscript .submitBtn-final {
	display: block;	
}
.noscript .steps {
	position: absolute;
	border-bottom: 1px solid #86A8C3;
	height: 100%;
}
.noscript .formStep {
	height: auto;
	padding-bottom: 20px;
}