body {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
	font-size: 11px;
	/* background: #fafafa; */
	background: #ffffff;
}

h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: center;
}

.body {
	height: 1000px;
	width: 980px;
	margin-top: 20px;
}

.progress_d{
	position: absolute;
	width: 100px;
	height: 22px;
	left: 440px;
	top: 280px;
	line-height: 0px;
	font-size: 0px;
	border: 1px solid #8080FF;
	z-index: 10;
	background-color: #ffffff;
}

.progress_d[class] {
	height: 20px;
}

.progress{
	position: absolute;
	width: 0px;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	background-color: #a0a0ff;
}

.loading{
	position: absolute;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

.head {
	text-align: center;
	margin-top: 20px;
}

.arena {
	position: absolute;
	width: 980px;
	height: 1000px;
	background: #E3E3E3;
	border: #ffcccc 1px solid;
	display: block;
	z-index: 0;
}

.grp {
	position: absolute;
	width: 1px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
}

.over {
	position: absolute;
	width: 980px;
	height: 1000px;
	background: #ffffff;
	border: #ffcccc 1px solid;
	display: block;
	z-index: 1;
}

.piece {
	cursor: pointer;
	position: absolute;
	width: 46px;
	height: 46px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='loading.png');
}
.piece[class] {
	background: url(loading.png) center center no-repeat;
}

a{
	color: #3E6297;
    text-decoration: none;
    border-bottom: 1px solid #EEEEEE;
}

#colorPicker {
	position: absolute;
	width: 240px;
	height: auto;
	z-index: 1000000;
	display: none;
	background: #ffffff;
}

.color {
	float: left;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#colorBox {
	position: absolute;
	top: -22px;
	left: -1px;
	height: 20px;
	border: 1px solid #ffcccc;
	background: #E3E3E3;
	cursor: pointer;
	padding: 0px 3px;
}

#rooms {
	width: 448px;
	margin: 20px auto 30px auto;
}

#rooms .main {
	width: 102px;
	margin: 0px auto;
	clear: both;
}

#rooms .room {
	float: left;
	width: 102px;
	margin: 0px 5px 0px 4px;
}

#rooms .room[class] {
	float: left;
	width: 102px;
	margin: 0px 5px 0px 5px;
}

#rooms img {
	border: 1px solid #3E6297;
}

#rooms a {
	border: none;
}

#rooms .hre {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 10px;
}

#form {
	position: absolute;
	left: 260px;
	top: 380px;
	width: 171px;
	height: 33px;
	padding-top: 7px;
	display: none;
}

#form[id] {
	background: url('form.png');
}

.overlay {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='form.png');
	position: absolute;
	z-index: -1;
	width: 171px;
	height: 40px;
	margin-top: -6px;
}

#pass {
	background: #B0E9FF;
	border: 1px solid #32C7FF;
	width: 82px;
	height: 14px;
	padding: 1px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}

#form .text {
	margin: 0px 3px 0px 7px;
}

.window {
	font-family: 'Trebuchet MS', verdana, tahoma, arial;
	font-size: 12px;
	position: absolute;
	z-index: 99999;
	border: 1px #aaa outset;
	display: none;
	background-color: #ffffff;
}

.winbar {
	background: #ccc;
	padding: 0px 2px;
	cursor: pointer;
}

.winclose {
	float: left;
	cursor: pointer;
	background: url('close.png') no-repeat center center;
	width: 16px;
	height: 17px;
}