.feedback_background{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index:8001;

	/*
	background-color: rgb(0, 0, 0); 
	opacity: 0.5;*/
/* Use this to set color to the whole lightbox background 
	background-color: rgb(241, 241, 241); */	
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30); 	
}
 
.feedback_content_holder {
	position:fixed;
	display: none;
	top: 50%;
	left: 50%;	
	padding: 16px;	
	border: 5px solid black;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius: 1em;
	background-color: white;
	z-index:9002;
	
	/* IE 6 Postion fixed Fix */
	_position:absolute;
	_top: expression( ( 300 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	
	/* Use this to make the light box to a fixed width and height and to make it scroll */
	/*overflow: auto;*/
}

.feedback_content{
	/*text-align:justify;
	width:500px;
	height:300px;*/
}

a.lb_close{
	display:block;
	background: url(../images/btn/closebox.png) no-repeat;
	height:30px;
	width:30px;
	right:-15px;
	position:absolute;
	top:-11px;
	z-index:9888;
	
}

.feedback_outer{
	width:100%;
	height:100%;
	visibility:hidden;	
}