#overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000 !important;
	z-index: 100;
	display: none !important;
}

dialog {  
    width: 500px;  
    background:#e8e8e8;
    border: 1px solid #dadada;
    font-family:sans-serif;
    padding: 5px 10px 20px 20px;
}  


.popup
{
	width: 100%;
	margin: 0 auto;
	display: none;
	position: hidden;
	z-index: 101;	
}

.popup2
{
	width: 100%;
	margin: 0 auto 100px;
	display: none;
	position: hidden;
	z-index: 115;
}

.cnt223
{
	display: none;
	min-width: 600px;
	width: 80%;
	min-height: 150px;
	margin: 20px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.scroll
{
	background: #f3f3f3;
	width:97%;
	height:250PX;
	FLOAT: left;
	margin: 10px auto;	
	padding: 10px;	
	overflow-x: hidden;
	overflow-y: auto;
	
}

.cnt2231
{
	min-width: 600px;
	width: 85%;
	max-height: 50%;
	margin: 20px auto 80px;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.cnt223 .header, .cnt2231 .header
{
	background-color: #2FBDF1;
	height: 25px;
	color: White;
	line-height: 24px;
	text-align: center;
	font-weight: bold;	
}
.terms
{
	text-align: justify;
	font-size: smaller;
	color: Red;
	font-weight: bold;
	margin-left: 75px;
	display:none !important;
}
.modal-body
{
	position: relative;
	padding: 15px;
}

.modal-footer
{
	padding: 5px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.btn-blue
{
	color: #fff;
	background-color: #0077bd;
	border: 0px;
}

.error-content 
{
    text-align: center;
    font-family: 'Segoe UI';
    padding-bottom: 12px;
}

.error-content h2 
{
    margin-top: 8px;
    margin-bottom: 24px;
    color: black;
}