#FreeCreditReport_page
{
	width:905px;
	height:514px;
}
#PageNav
{
	float:left;
	width:232px;
}
.Buttons
{
	margin-bottom:6px;
}
#PageContent
{
	float:left;
	width:672px;
	height:491px;
	background:url(../images/CreditReport_bg.jpg) no-repeat;
}
#PageContent_header
{
	font-size:32px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:672px;
	height:55px;
	margin-top:30px;
}
#PageContent_intro
{
	font-size:16px;
	color:#FFFFFF;
	width:360px;
	height:200px;
	margin-left:270px;
}
#PageContent_questions
{
	width:360px;
	text-align:center;
	height:190px;
	margin-left:270px;
	margin-top:35px;
}
#fader
{
}
.Question_title
{
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#003d6a;
}
.Question_txt
{
	text-align:left;
	margin-top:15px;
	font-size:12px;
	color:#6a9cc0;
	height:50px;
}
#Question_btn
{
	margin-top:15px;
}
#Lightbox
{
	margin-left:auto;
	margin-right:auto;
}
#LB_Main
{
	text-align:left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/LB_bg.png',sizingMethod='image');
	width:694px;
	height:362px;
}
html>body #LB_Main
{
	background:url(../images/LB_bg.png) no-repeat;
}
#LB_text p
{
	margin-bottom:15px;
	width:640px;
	text-align:left;
}
#LB_text p a
{
	color:#31a4cf;
	font-weight:bold;
	position:relative;
}
#LB_Close_btn
{
	text-align:right;
	width:684px;
	height:30px;
	padding-top:5px;
	position:relative;
}
#LB_title
{
	font-size:22px;
	height:40px;
	padding-left:30px;
	font-weight:bold;
}
#LB_text
{
	padding-left:30px;
	height:210px;
}
.GreyColorTxt
{
	color:#868686;
}
.OrgColorTxt
{
	color:#c07a00;
	font-weight:bold;
}
#LB_Footer
{
	width:694px;
	padding-left:30px;
}
#LB_Logo
{
	float:left;
	width:240px;
	margin-top:7px;
	margin-right:200px;
}
#LB_Procced_btn
{
	float:left;
	width:240px;
	position:relative;
}
.overlay_Lightbox
{
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
} 
