
div#subscribe{
	position: fixed;
	
	z-index:999999;

}
div#subscribe div.top{
	height:15px;
	width:100%;
	z-index:2000;
	position:relative;
	background:url(../images/pop-up/sub-top-rounder.png) top left no-repeat;
}
div#subscribe div.bottom{
	height:62px;
	width:100%;
	background:url(../images/pop-up/sub-bottom-rounder.png) bottom left no-repeat;
}
div#subscribe div.content{
	width:403px;
	padding-top:5px;
	background:url(../images/pop-up/sub-bg-repeat.png) repeat-y;

	background-color:#FFFFFF;
	text-align:left;

}

div#subscribe div.top span.close{
	position:absolute;
	right:0;
	top:0;
	z-index:2000;
	display:block;
	padding:7px 12px;
	border:solid 1px #CCCCCC;
	border-right:none;
	border-top:none;
	font-weight:bold;
}
div#subscribe div.top span.close:hover{
	cursor: pointer;
	color:#FF0000;
}

div#subscribe div.content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#005ccd;
	text-align:center;
	margin:0;
	margin-bottom:10px;
	text-transform:uppercase;

}

div#subscribe div.content span.sub{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#005ccd;
	text-align:center;
	margin:0;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:109px;
}
table.subscribe{
	font-size:9pt;
	color:#3d3d3d;
	line-height:150%;
}
table.subscribe input.box,
table.subscribe input.error{
	border:solid 1px #CCCCCC;
	width:186px;
	height:22px;
}

input.submit{
	width:54px;
	height:17px;
	border:none;
	background:url(../images/pop-up/submit-button.png);
	cursor:pointer;
}
div.bottom{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	
}
div.bottom p{
	margin:0;
	text-align:center;
	padding-top:20px;
}
div.overlay{
	width:100%;
	height:3000px;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:99998;
	position: absolute;
	top:0;
	left:0;
}