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

#box1 
{
	display: none;
	position: absolute;
	top: 60%;
	left: 40%;
	width: 300px;
	height: 80%;
	padding:10px;;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#box 
{
	display: none;
	position: absolute;
	top: 97%;
	left: 40%;
	width: 212px;
	height: 290px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}
#boxtitle, #boxtitle1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:300px;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid #28575F;
	background-color: #28575F;
	color:white;
	text-align:center;
}

#el06 {border:none} 
label.lbltext{ width: 150px;padding-left: 10px;margin: 5px;float: left;text-align: left;}
label.lblinput{ width: 250px;padding-left: 10px;margin: 5px;float: left;text-align: left;}