 
#LoginLightBox
{
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		position:absolute;
		left:0px;
		top:0px;
		z-index:100;
		overflow:hidden;
		background: #000000;
		background-size:100%;
		border:0px;		
		/*
		filter: alpha(opacity=60);
		-moz-opacity:0.6;
		opacity: 0.6;
		*/
		display:none;
}

#LoginPOPDIV
       {
		width:610px;height:420px;
		overflow:hidden;
		position:absolute;
		z-index:120;
		top:100px;
		left:100px;
		padding:0px;
		background:url('/images/POPLogInBG.png') #f0f0f0;
		background-position:top center;
		background-repeat: no-repeat;
		background-size:100%;
		display:none;
		border:solid 0px #999999;font-size:14px;border-radius:5px;

	}

