﻿.black_overlay {
	display: none;
	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);
}
.white_content {
	display: none;
	position: fixed;
	width: 100%;
height: 100%;
	padding: 0px;
	border: 3px solid #EC6603;
	z-index: 1002;
	overflow: auto;
   }
.white_content ul {
	display: inline-block;padding: 0;clear:both;list-style:none outside none;width: 50%;
}
@media screen and (max-width: 767px) {
      .white_content ul {
	width: 90%;
    }
}
#popupcontent
{
	color:#666666;
	padding:15px;
	background-color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#popupborder
{
	border-radius: 2px;
	padding:0px 20px;
}
.closbt{
	text-align: right;
}
.closbt img{
	height:30px;width:30px; cursor:pointer;
}