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

#loader  {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 340px;
	height: 130px;
	padding:20px;
	margin:0;
	margin-left:-190px;
	border: 1px solid white;
	background-color: #B2B2B2;
	opacity:0.8;
	filter: alpha(opacity=80);
	z-index:999;
	overflow: none;
}

#loader  img{
	margin-top:50px;
}

#box  {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 340px;
	height: 130px;
	padding:20px;
	margin:0;
	margin-left:-190px;
	border: 1px solid white;
	background-color: #B2B2B2;
	z-index:101;
	overflow: none;
}

#boxtitle {
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

#close {
	position:absolute;
	top:5;
	right:5;
	padding:0;
	margin:0;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
}

#subscription {
	width:250px;
	text-align:center;
	margin:0 auto;
}

#subscription .labelContainer {
	float:left;
	padding-bottom:10px;
	width:80px;
	margin-top:3px;
}

#subscription .clear {
clear:both;
}

#subscription label {
	background-color:transparent;
	color:#000000;
}
#subscription input {
	border:1px solid black;
	width:150px;
	float:left;
}


#submitBT {
	margin-top:20px; 
	cursor:pointer;
}
