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


#box 
{
	display: none;
	position: absolute;
	top: 60%;
	left: 20%;
	width: 400px;
	height: 250px;
	padding: 48px;
	margin:0;
	font-family: verdana;
	font-size: 18px;
	border: 5px solid #fff;
	background-color: #f9fbfb;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #abdbfb;
	background-color: #78b7e0;
	color: #f9fbfb;
	text-align:center;
}


.formbox1 { 
border: #c0c0c0 1px solid;
padding: 5px;
font-size: 14px; color: #000000;
font-weight: normal; 
font-family: arial;
background-color: #EEEEEE; 
text-decoration: none;
}


.formbox2
{ border: #CC0000 1px solid; font-size: 12px; color: #000000; font-weight: normal; font-family: arial; background-color: #FFFFFF; text-decoration: none;
}
.button
{ border: font-size: 11px; color: #FFFFFF; font-weight: normal; font-family: arial; background-color: #CC0000; text-decoration: none;
}
