html body #emailpageblock
	{
	display:none;
	margin:0 0 0 0;
	padding:0px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%!important;
	height:100%!important;
	background:black;
	text-align:center;
	z-index:4000;
	filter:alpha(opacity=70);
	opacity:0.70;
	}
#emailsignup
	{
	display:none;
	margin:0 0 0 0;
	padding:0px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%!important;
	height:100%!important;
	background:transparent;
	color:#333333;
	/*text-align:center;*/
	vertical-align:middle;
	z-index:5000!important;
	}
#emailsignup #emailform
	{
	display:none;
	margin:130px auto 0 auto;
	padding:20px;
	border:solid 4px #414141;
	background:#7a95bc;
	color:white;
	width:0px;
	overflow:hidden;
	height:0px;
	-moz-border-radius-topright:16px;
	-moz-border-radius-topleft:16px;
	-moz-border-radius-bottomright:16px;
	-moz-border-radius-bottomleft:16px;
	}
#emailsignup #emailform table
	{
	margin:5px 0 0 0;
	}
#emailsignup #emailform input
	{
	color:black!important;
	border:solid 1px #414141;
	background:white;
	font-size:18px;
	line-height:26px;
	height:28px;
	margin-bottom:8px;
	margin-left:5px;
	vertical-align:middle!important;
	}
#emailsignup #emailform #cancel
	{
	margin:-15px -15px 0 0;
	width:25px;
	height:25px;
	position:relative;
	float:right;
	}
#emailsignup #emailform #cancel a
	{
	display:block;
	text-indent:-100000px;
	width:25px;
	height:25px;
	background:url(/images/close_circle_25x25.png) top left no-repeat;
	padding:0;
	}
#emailsignup #emailform input[submit]
	{
	}
#emailsignup #emailform textarea
	{
	padding-left:10px;
	color:black;
	border:solid 1px #003399;
	background:white;
	}
.email_label
	{
	font-size:18px!important;
	line-height:26px!important;
	vertical-align:middle!important;
	}
.email_form_note
	{
	margin-top:-30px!important;
	}
