.overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	opacity:.55;
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	z-index:101;
}

.overlay-window
{
	position:fixed;
	top:20px;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}

.close-window
{
	position:absolute;
	width:32px;
	height:32px;
	right:8px;
	top:8px;
	background:transparent url('/images/loanSifter/close.gif') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}


#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.5;
    opacity:.5;
    filter: alpha(opacity=50);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }

#loanSifter {
/*  overflow-y: scroll; */
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}


#homeLeft { 
	width:356px;
	float:left;
	margin-left:15px;
	
}


#instantQuote label {
  float: left;
  margin-bottom: 5px;
}

#instantQuote input {
  margin-bottom: 10px;
}




/*
#instantQuote { 
	width:340px;
	height:293px;
	float:right;
	background: url('/images/instant_quote.jpg') no-repeat;

}

#instantQuote p {
  margin-left:175px;
  padding-top:40px;
  letter-spacing: -1px;
  line-height: 16pt;
  font-size:13px;
}

#instantQuote label {
  width: 180px;
  color: #00000;
  float: left;
  font-size:12px;
  font-family: Arial;  
}

#instantQuote input, select {
  margin-bottom: 5px;
  width: 140px;
  font-size:12px;
}
*/

/*
 * Instant Quote CSS
 */
#instantQuote .headerSection {
	height: 2em;
	line-height: 2em;
}

#instantQuote fieldset div div, #instantQuote select { width: 96%; }
#instantQuote fieldset div div span {
	width: 1.3ex;
	line-height: 1.74em;
	height: 1.74em;
}
#instantQuote input { width: 87%; }

/*** Layout ***/

#instantQuote { border: 1px solid; }

#instantQuote .headerSection {
	margin-bottom: 1em;
	padding-left: 0px;
	text-align: center;
}

#instantQuote noscript p { text-align: center; }

#instantQuote form div { margin-bottom: 0px; }

#instantQuote fieldset div div span, #instantQuote input, #instantQuote select { float: left; }

#instantQuote fieldset div { margin-bottom: 5px; }
#instantQuote fieldset div div { margin-bottom: 0px; }

#instantQuote .formError { display: none; }

#instantQuote noscript { display: none; }

/*
 * Instant Quote End
 */

#loanCalc { 
	width:208px;
	height:430px;
	background: url('/images/loansifting_calc.jpg') no-repeat;
	
}

#loanCalc p {
  font-size:12;
  margin-left:15px;
  padding-top:40px;
  letter-spacing: -1px;
  line-height: 16pt;
  font-size:13px;
}
#loanCalc label {
  width: 150px;
  color: #00000;
  float: left;
  font-size:12px;
  font-family: Arial;  
}

#loanCalc input, select {
  margin-bottom: 5px;
  width: 140px;
  font-size:12px;
}

#lsMain { 
	width:520px;
	height:315px;
	background: url('/images/instant_quote2.jpg') no-repeat;
	
}

#lsMain p {
  font-size:12;
  margin-left:2px;
  padding-top:33px;
  letter-spacing: -1px;
  line-height: 16pt;
  font-size:13px;
}

