#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%; _width: 200%;
	height: 1500px;
	background-color: #000;
	z-index:1023;
	opacity:0.8;
	filter: alpha(opacity=80);
}


#box 
{
	display:none;
	position: absolute;
	top: 20%;
	left: 18.5%; $left: 18.5%; _left: 18.5%;
	width: 400px; /*$width:600px;*/ _width: 400px;
	height: 250px;
	padding: 48px;
	margin:0;

	z-index:1024;
	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;

	color:white;
	text-align:center;
}


#filter1
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%; _width: 200%;
	height: 1500px;
	background-color: #000;
	z-index:1023;
	opacity:0.8;
	filter: alpha(opacity=80);
}
.close_btn1{
	position:absolute;
	float:left;
	display:inline;
	left: 500px; $left: 580px; _left: 500px;
	top: 59px;
	
	}
	
	.close_btn2{
	position:absolute;
	float:left;
	display:inline;
	left: 500px; $left: 580px; _left: 500px;
	top: 59px;
	
	}
	
#box1 
{
	display:none;
	position: absolute;
	top: 0%;
	left: 18.5%; $left:18.5%; _left: 18.5%;
	width: 400px;/* $width:600px;*/ _width:400px;
	height: 100%;
	padding: 48px;
	margin:0;
	z-index:1024;
	overflow: none;
}

#boxtitle1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:448px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;

	color:white;
	text-align:center;
}

input{
	width:160px;
	height:25px;	
	}

.textfield_bg{
	width:174px;
	height:27px;
	border:none;
	background:url(text_field.png) 0 0 no-repeat;
	}

