/* CSS Document */

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

* html #overlay {
	height: 800px;
	}
#lightbox{
	display: none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:550px;
	margin:-220px 0 0 -250px;
	border:2px solid #fff;
	background:#9F2727;
	text-align:left;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

#lightbox input.textbox {
	border: 1px solid #ccc;
	padding: 3px;
	}

#lightbox input.button {
	background-color: #646E88;
	padding: 3px;
	border: 1px solid #363C4C;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 10px;
	}

#lightbox a.close {
	position: absolute;
	right: 5px;
	top: 5px;
	}

#lightbox .bolder {
	font-weight: bold;
	}
	
#lightbox hr {
	border: 0px;
	border-bottom: 1px solid white;
	}
#lightbox a {
	color: white;
	}
	
#freemonth, #intro {
	display: none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width: 300px;
	height: 180px;
	margin: -220px 0 0 -150px;
	border: 2px solid #fff;
	background:#9F2727;
	text-align:left;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

#intro {
	width:464px;
	height:250px;
	margin:-220px 0 0 -200px;
	background:green;
}

#freemonth h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	}


