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

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

.body {
	height: 1030px;
	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: 1030px;
	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;
}