#popupClose{  
    font-size:20px;  
    line-height:20px;  
    right:6px;  
    top:4px;  
    position:absolute;  
    font-weight:700;  
    display:block;  
	z-index:999999999!important;
}
#popupContactClose{
	background:url(close_pop.png) no-repeat; 
	font-size:15px;  
	line-height:14px;  
	right:25px;  
	top:3px;  
	position:absolute;  
	color:#FFFFFF;
}
#backgroundLoading{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#FFFFFF;
	border:1px solid #cecece;
	z-index:99999!important;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	border:1px solid #cecece; 
	z-index:99999!important;
}

#popupWindowClose{
	display:none;
	position:absolute;
	right:6px;
	top:5px;
	color:#6fa5fd;
	overflow: auto;
	z-index:99999999!important;
    cursor:pointer;
}

#popupWindow{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#FFFFFF;
	border:1px solid #cbcbcb;
	z-index:99999999!important;
	padding:12px;
	font-size:10px;
	overflow: auto;
    box-shadow:0 0 10px 5px #9A9A9A;
 /*    box-shadow:0 0 3px 3px rgba(0,0,0, 0.2); */
}

.txtBox {
    border:1px solid #cbcbcb;
    font-family: helveticaregular;
    font-size: 10pt;
    color: #777777;
    width: 250px;
    line-height: 5px;
    text-indent: 8px;
    height: 30px;
}

.buttonSize {
    height: 27px;
    width: 93px;
    font-family: helveticaregular;
    font-size: 10pt;
    color: #000000;
}

.popTitle {
    font-family: helveticaregular;
    font-size: 11pt;
    color: #777777;
	font-weight: bold;
}

.rowSpacing {
    border-collapse:separate; 
}

.rowSpacing a{
    font-family: helveticaregular;
    font-size: 11pt;
    color: #777777;
	text-decoration: underline;
}
.rowSpacing a:hover{
    color: #000000;
}
.extraSpace {
    padding-top: 8px;
}
.extraSpace1 {
    padding-top: 14px;
}
#spanwindow
{
z-index:9999999999!important;
}
