@charset "utf-8";

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


#box 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 40%;
	width: 320px;
	height: 475px;
	padding: 0px;
	margin:0;
	border: none;
	background:url('http://cd.executivebrief.com/skin/reg-box-bg-out.gif') no-repeat transparent;
	z-index:101;
	overflow: none;
}

.email-box {
margin: 0 28px 0 0;
padding: 0px;
background-color: white;
width: 285px;
float: right !important;
}

.email-box img {float:left;}

.email-form {
height: 401px;
padding: 0px !important;
background: url('http://cd.executivebrief.com/skin/register-bg.gif') repeat-y scroll 0 0 #DDD;
}