
#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: 20%;
	left: 20%;
	width: 370px;
	height: 150px;
	padding: 48px;
	margin:0;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFD2; 
	border: 1px solid #D10721;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:596px;
	height:24px;
	padding:0;
	padding-top:4px;
	margin:0;
	border-bottom:1px solid #FBAA2F;
	background-color: transparent;
	color:#FFFFD2;
	text-align:center;
}

.wmmail  {
	background-color: transparent;
	border: 1px inset #FBAA2F;
	color: #FFFFD2
}

td.wm {
	font: 1em; 
	font-family: times new roman; 
	font-weight: bold; 
	color: #FFFFD2; 
}
 
p.wm {
	font: 1em; 
	font-family: times new roman; 
	font-weight: bold; 
	color: #FFFFD2; 
}

