		.black_overlay{
			xdisplay: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%!important;
			height: 100%!important;
			background-color: black;
			z-index:20;
			filter: alpha(opacity=80);
			-moz-opacity: 0.8;
			opacity:0.80; 
			overflow: hidden!important;
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 30%;
			width: 500px;
			height: 345px;
			background-color: #000;
			z-index:102;
			overflow: hidden;
			border:5px solid #000;
		}
		#gaslo{
			position: absolute;
			top: 0px;
			left: 0px;
			z-index:1004;
			display: none;
			padding: 30px 0px 10px 110px;
			font-weight:bold;
			font-size:18px;
			font-family:times new roman;
			color:#000;
		}

		#gaslo textarea{
			padding-left: 0px;
			font-size:12px;
			width: 200px;
			height:36px;
			border:0;
			overflow: hidden;
			background:0;
		}
