
/* CSS Document */
#trigger {
	text-align:center;
}

/* Style you custom popupbox according to your requirement */
.prelogoutbox {
	width:947px;
	height:321px;
	background-image:url(../images/prelogout/transparent.png);
	background-repeat:no-repeat;
	display: none; /* Hidden as default */
	float: left;
	position: absolute;
	top: 50%; left: 50%;
	z-index: 99999;

}

.payinModalDiv {
	width:947px;
	height:321px;
	background-image:url(../images/prelogout/transparent.png);
	background-repeat:no-repeat;
	display: none; /* Hidden as default */
	float: left;
	position: absolute;
	top: 50%; left: 50%;
	z-index: 99999;

}

.gg24ModalDiv {
	width:947px;
	height:341px;
	background-image:url(../images/prelogout/transparent.png);
	background-repeat:no-repeat;
	display: none; /* Hidden as default */
	float: left;
	position: absolute;
	top: 50%; left: 50%;
	z-index: 99999;

}

#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 250%;
	opacity: .60;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}





