
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.fancysignuptext {width: 200px;}

#box 
{
	background-image:url(../images/fancy-signup.jpg);
	display: none;
	position: absolute;
  margin:-300px 0px 0px -300px;
  top: 50%; 
  left: 50%;
	width: 600px;
	height: 550px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	text-align:left;
	padding-left: 50px;
	color: #ffffff;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	font-weight:bold;
}


