
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 40%;
	height: 150%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=70);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 100px;
	height: 10px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:9999;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:440px;
	height:24px;
	padding:0;
	padding-top:6px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #666666;
	background-color: #666666;
	color:white;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-size:16px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	
	-khtml-border-radius-topleft: 12px;
	-khtml-border-radius-topright: 12px;
	
	-webkit-border-radius-topleft: 12px;
	-webkit-border-radius-topright: 12px;
	
	border-radius-topleft: 12px;
	border-radius-topright: 12px;
}

/* for login box */
#loginfilter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=70);
}


#loginbox 
{
	display: none;
	position: absolute;
	top: 35%;
	left: 46%;
	width: 400px;
	height: 150px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#loginboxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:440px;
	height:24px;
	padding:0;
	padding-top:6px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #666666;
	background-color: #666666;
	color:white;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-size:16px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	
	-khtml-border-radius-topleft: 12px;
	-khtml-border-radius-topright: 12px;
	
	-webkit-border-radius-topleft: 12px;
	-webkit-border-radius-topright: 12px;
	
	border-radius-topleft: 12px;
	border-radius-topright: 12px;	
}
/* for login box */
#msgfilter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=70);
}


#msgbox 
{
	display: none;
	position: absolute;
	top: 35%;
	left: 46%;
	width: 200px;
	height: 100px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	
	-khtml-border-radius-topleft: 12px;
	-khtml-border-radius-topright: 12px;
	
	-webkit-border-radius-topleft: 12px;
	-webkit-border-radius-topright: 12px;
	
	border-radius-topleft: 12px;
	border-radius-topright: 12px;
}

#msgboxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:200px;
	height:24px;
	padding:0 48px 0 48px;
	padding-top:6px;
	
	margin:0;
	border-bottom:4px solid #666666;
	background-color: #666666;
	color:white;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-size:16px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	
	-khtml-border-radius-topleft: 12px;
	-khtml-border-radius-topright: 12px;
	
	-webkit-border-radius-topleft: 12px;
	-webkit-border-radius-topright: 12px;
	
	border-radius-topleft: 12px;
	border-radius-topright: 12px;
	
}

