
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2000px;
	background-color: #000000;
	z-index:100;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#box 
{
	display: none;
	position: fixed;
	top: 35%;
    right: 36%;
	width: 300px;
	height: 250px;
	padding: 20px;
	border: 1px solid black;
	background-color: #F0F1F0;
	z-index:101;
	overflow: none;
}

#box .email{
	padding: 5px;	
	width: 280px;
	
	color: #999;
	font-size: 1.2em;
}

#box .btn{
	color: #FFF !important;
	text-transform: uppercase;
	background-color: #CC0000 !important;
}

#box h1{
	margin: 0;
}
#box h2{
	margin: 5px 0;
}

#box p{
	margin: 8px 0;

	font-size: 1.2em;
	font-weight: 900;
	line-height: 1.2em;
}

#box .popups{
	margin: 10px 0 0 20px;
	
	clear: both;
	float: left;
	width: 150px;
	display: block;
}

.ico-closebox{
	position: absolute;
	top: -10px;
	right: -10px;
}