﻿ 
#backgroundPopup{
display:none;
position:fixed;
position:absolute; /* hack for internet explorer 6*/
top:0;
left:0;
height: 100%;
width: 100%;
background:#000000;
border:1px solid #cecece;
z-index:9;
}
#popupReplay{
display:none;
position:fixed;
position:absolute; /* hack for internet explorer 6*/
width:610px;
background-color:#DEEEFE ;
border: 5px solid #A4D3FF;
z-index:10;
padding:12px;
font-size:13px;
}
#popupReplay h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.LOC_LFT_DIV
{
	width: 30%;
	float: left;
	text-align:right;
}
.LOC_RHT_DIV
{
	width: 69%;
	float: right;
}
.LOC_TXT01
{
	width: 300px;
}
.LOC_FR_SPC
{
	clear: both;
	float:left;
	height:8px;
	width:100%;
	
}