* {
	font-size: 10pt;
	margin:0px;
	padding:0px;
}
input{
	margin-left:5px;
	filter: DropShadow(Color=#ddd, OffX=1, OffY=1, Positive=0);
}
.w10 {
	color: #FFF;
}
.red {
	font-size: 10pt;
	color: #F00;
	width:16px;
	float:right;
}
.xin {
	font-size: 10pt;
	color: #F00;
}
.inuse {
	background:#dFd;
	border:1px solid #ddd;
	filter:Alpha:(Opacity=10);
	color:#036;
	padding:5px;
}
.notuse {
	background:#fff;
	border:0px;
	filter:Alpha:(Opacity=10);
	color:#999;
	margin:5px;
}
.b11 {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.show {
	position:absolute;
	background:#dFd;
	border:1px solid #ddd;
	filter:Alpha:(Opacity=10);
	color:#036;
	padding:5px;
	width:290px;
	z-index:1;
	left:160px;
	top:-20px;
}
#stone {
	position:relative;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00F;
	background:#fff;
	border:2px solid #fff;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
a {
	cursor:pointer;
}
