#mainwpopup
{
	background:#ececec;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000019;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  visibility:hidden;
}

#wpemtext{
	background:#fff;
	width:400px;
	height:400px;
	position:relative;
	float:left;
	clear:both;
	color:#000;
	
}

#wpemtitle{
	background:#000;
	width:400px;
	height:100px;
	position:relative;
	float:left;
	clear:both;
	color:#fff;
	font-size:30px;

}
#wpemtitle h1
{
color:#FFF;
}
#wpemmainstuff
{
	position:relative;
	margin: 0 auto;
	width:400px;
	height:100%;
	top:100px;
}

#closewpem{
position:absolute;
right:0px;
left:350px;
color:#fff;
font-size:22px;
}

#closewpem a{
color:#fff;
}
.wpempadded
{
	padding:7px;
}
