#shadowing
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	left: 0%;
	top: 0%;
}
#box 
{
	display: none;
	position: fixed;
	top: 10%;
	left: 30%;
	width: 350px;
	height: 390px;
	border: 1px solid #666666;
	background-color: white;
	z-index:10;
	overflow: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:350px;
	height:35px;
	padding-top:5px;
	left-padding:8px;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 24px;
}.border {
	border: 1px solid #E9E9E9;
}.border1 {
	border: 7px double #999999;
}.online {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}.textbox {
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
