
/*--popupcss--*/
.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:9999999999;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.box_content {
    position: fixed;
    top: 27%;
    left: 13%;
    right: 21%;
    width: 1014px;
    height: 316px;
    padding: 16px;
    z-index: 9999999999;
    overflow: hidden;
    bottom: 5%;
    background: #fff;
}
.light_box_info {
	width:100%;
	height:100%;
/*	border:solid 1px #FFF;
	border-radius:100px;
	box-shadow:0 0 5px #FFF;*/
	/*background:#FFF;*/
	padding:5px;
}
.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;
}
.close-btn {
    width: 22px;
    height: 22px;
    margin-top: -291px;
    margin-left: 969px;
}

@media (min-width:320px) and (max-width:768px){
.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:9999999999;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.box_content {
    position: fixed;
    top: 25%;
    left: 3%;
    max-width: 100%;
    height: 105px;
    padding: 6px;
    z-index: 9999999999;
    overflow: hidden;
    width: 300px;
}
	.light_box_info {
	width:100%;
	height:100%;
/*	border:solid 1px #FFF;
	border-radius:100px;
	box-shadow:0 0 5px #FFF;*/
	/*background:#FFF;*/
	padding:5px;
}
.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;
}
.close-btn {
    width: 21px;
    height: 20px;
    margin-top: -86px;
    margin-left: 261px;
}
} 
