.overlayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:  100%;
	background: url(../images/overlay.png);
	z-index : 999;
}
.overlayer .window {
	display: table-cell;
	vertical-align: middle;	
}

.overlayer .inner
{
	
	width: 550px;
	margin: 0 auto;
	padding:0;
	
}
.cont
{
	padding: 10px;
	background-color: #fff;
}
.overlayer .bottom
{
	margin:0;
	height:43px;
	padding:0;
	width:100%;
}
.overlayer .bottom_right
{
	text-align:center;
	width:100px;
	height:35px;
	margin:0;
	
	padding:0px;
	background-color: #e7e7e7;
	float:right;
}
.overlayer .bottom_right a
{
	color:black;
	margin: 0 auto;
	font-weight:bold;
	text-decoration:none;
	position: relative;
	top:5px;
	font-size: 11px;
}
.overlayer .bottom_right img
{
	position:relative;
	top: 4px;
	left: 4px;

}
.overlayer .contener
{
	display:none;
}
.realize_text
{
	margin-top:10px;
	margin-left:4px;
}
.close
{
	color:#444653 !important;
}
