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


#box 
{
	display: none;
	position:absolute;
	width: 600px;
	min-height:250px;
	height:auto;
	padding:50px 25px 0 25px;
	margin:100px 0 0 175px;
	border: 5px solid #cccccc;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:640px;
	height:20px;
	padding:5px 0 0 10px;
	margin:0;
	border-bottom:4px solid #003333;
	background:url(../images/header_bg.gif) repeat-x #406D0F;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

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


#box1 
{
	display: none;
	position: absolute;
	width: 500px;
	min-height:200px;
	height:auto;
	padding:50px 25px 0 25px;
	margin:100px 0 0 225px;
	border: 5px solid #cccccc;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:540px;
	height:20px;
	padding:5px 0 0 10px;
	margin:0;
	border-bottom:4px solid #003333;
	background:url(../images/header_bg.gif) repeat-x #406D0F;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#boxclose {
background-image:url("../images/close.png");
background-repeat:no-repeat;
float:right;
height:20px;
position:absolute;
right:0;
top:5px;
width:20px;
cursor:pointer;

}
