
#filter,#filter1,#filter2,#filter3,#filter4,#filter5,#filter6,#filter7
{
	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);
}


#box,#box1,#box2,#box3,#box4,#box5,#box6,#box7
{
	display: none;
	position: absolute;
	top: 35%;
	left: 30%;
	width: 400px;
	height: 280px;
	padding: 48px;
	margin:0;
	border: 1px solid #767676;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle,#boxtitle1,#boxtitle2,#boxtitle3,#boxtitle4,#boxtitle5,#boxtitle6,#boxtitle7
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:1px solid #767676;
	background:url(../images/sub_menu_bg.png) repeat-x;
	color:#c52b28;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	}



