﻿#overlaySheet
 { 	
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;     
     z-index: 90;
     background-color: #830000;
     opacity: .9;
     filter: alpha(opacity=90);
}

#overlaySheetFrame 
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 100%;/*must have for any big value*/
height: 100%;/*must have for any big value*/
background-color: #830000;
}


#innerContents 
{	
	visibility: hidden;
	position: absolute;	
	background-color: #fff;
	text-align: left;		
	z-index: 11000;   
	margin-top: 40px;  
	padding-bottom: 10px;
}

#innerContents p, h2
{
	padding: 0 14px 0 14px;		
}

#close 
{			
	visibility: hidden;
	position: absolute;	
	background-color: #fff;
	text-align: right;
	width: 709px;		
	z-index: 12000;   			
}

#close img 
{
	padding: 14px;
}

#close:hover
{
	cursor:hand;
	cursor: pointer;
}

.my-mortgage 
{
	width: 681;
	margin: 14px 14px 0 14px;	
	padding:0;
}