.black_overlay{
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width:100%; /*lt7*/
   height:100%;/*lt7*/
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}
.white_content {
   display: none;
   position: absolute;
   top: 0;/*lt7*/
   left: 30%;
   width: 50%;
   height: 100%;/*lt7*/
   padding: 16px;
   background-color:transparent;
   z-index:1002;
   overflow: auto;
}



/*--------------- thickbox ----------------------------------------------------------------*/

	#thick-box-container{	
	width:320px;
	height:180px;
	position:absolute;
	top:8%; left:20%;
	z-index:1005;
	}
	
	#thick-box-login h3{
	background:#606060;
	padding:10px 0 9px 15px;
	color:#FFF;
	position:relative;
	z-index:1015;
	width:305px;
	}
	.close-thick-box{
	position:absolute;
	z-index:1020;
	right:0;top:0;
	width:31px; height:31px;
	display:block;
	/*text-indent:-200em;
	background:url(../images/css/thick-box-close-btn.png) no-repeat;*/
	}
		.close-thick-box{/* need to put into ie file*/
		/*!top:2px;	*/
		}
		#thick-box-login legend{
		display:none;	
		}
		#thick-box-login label{
		display:block;	
		color:#313131;
		font-weight:bold;
		padding-bottom:3px;
		}
		#thick-box-login fieldset{
		background:#FFF;
		padding:15px 10px 17px 20px;	
		}
			#thick-box-login{
				position:relative;
				}
			#thick-box-login .text-box{
			width:220px;
			margin-bottom:10px;
			}
			#thick-box-login a{
			width:31px; height:31px;
			}
			#thick-box-login h3 a{
			color:#ff5025;
			font-size:9px;
			}
			#thick-box-login h3 a:hover{
				text-decoration:none;
				}
			#thick-box-login .cursor{
			cursor:pointer;
			vertical-align:middle;
			margin-right:15px;
			}
			
/*--------------- thickbox end ------------------------------------------------------------*/