﻿.pop {
	display:none;
}
.overlay {
	width: 100%;
	padding: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;	
	z-index:2;
	background:#000;
	opacity:0.8;
}
div.loader_mail {
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0px;
	z-index:3;
}
div.loaderTC_mail {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	text-align:center;
}
div.content_mail {	
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	display:inline-block;
	-webkit-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	-moz-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  position:relative;
  -webkit-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	-moz-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 2147483647 !important;  
}
.close{position:absolute;
        top: 0px;
        right: 0px;
        -webkit-border-top-right-radius: 8px;
  		-moz-border-top-right-radius: 8px;
		border-top-right-radius: 8px;
        text-align:center;
        line-height:25px;
        text-decoration:none;
        color:White;
        font-size: 18px;
        width:30px;
        background-color:Black;
        }
.close
{
    background:#660000;
	color:#fff;
	opacity:0.5;
}
.close:hover
{
    background:#660000;
	color:#fff;
	opacity:0.9;
}

.midcon {
	width:100%;
	max-width:450px;
	padding:30px;
}
.midcon h4{
	font-size:16px;
	color:green;
	/*text-align:center;*/
	font-weight:bold;
}
.midcon p{
	font-size:14px;
	color:#660000;
	/*text-align:center;*/
}