.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.box_content {
position: fixed;
top: 20%;
left: 20%;
right: 20%;
width: 750px;
height: 330px;
padding: 12px;
z-index: 1002;
overflow: hidden;
}
.light_box_info {
	width:100%;
	/*! height:100%; */
	border:solid 1px #FFF;
	border-radius:5px;
	box-shadow:0 0 5px #FFF;
	background:#FFF;
	padding:1px 12px 12px 12px;
}
.hr_clear {
	width:75%;
	margin-left:15%;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
}
.search-details-table {
	width:100%;
}
.lightbox_header {
	padding-left:20px;
}



@media (min-width:320px) and (max-width:768px){
	
.box_content {
position: fixed;
top: 15%;
left: 0%;
/*right: 30%;*/
max-width: 96%;
height: 359px;
padding: 6px;
z-index: 1002;
overflow: hidden;

}
	
}