

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=0);
}



#box1 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 340px;
	height: 470px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: none;
}

#box2 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 340px;
	height: 470px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: none;
}

#box3 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 340px;
	height: 470px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: none;
}

#box4 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 340px;
	height: 470px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: none;
}

#box5 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 340px;
	height: 470px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: none;
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:95%;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:2px;
	margin-right:2px;
	border-bottom:1px solid black;
	background-color: #a5a54f;
	color:white;
	text-align:left;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0px;
	background-image:url(images/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}

a img 
{ 
border: none;
border-bottom: 0px;  

} 

table
{
border-collapse:collapse;
padding: 0px 0px 0px 0px ; 
border-collapse: collapse; 
}

tr, td
{
border: none;
padding: 0px 0px 0px 0px ; 
border-collapse: collapse; 
spacing:0px;
}


img {
display: block;
}













