﻿body, input {
	font-family: 'Verdana';
	font-size: 12px;
}
input {
	font-family: Verdana;
	font-size: 11px;
}
input.textbox {
	background-color: #FFFF99;
	border-style: inset;
	border-width: 1px;
	border-color: #000000 #C0C0C0 #C0C0C0 #000000;
}
#QiaBi {
	width: 500px;
	margin: 0px auto;
}
#QiaBi dt {
	font-family: 'Arial,宋体';
	font-size: 12px;
	font-weight: bold;
}
#QiaBi dd {
	font-family: '宋体,arial,Verdana';
	font-size: 13px;
}
#divScoreBoard {
	font-family: Verdana;
	font-size: 11px;
	border-style: outset;
	border-width: 1px;
	position: absolute;
	z-index: 100;
	background-color: #FFFFFF;
}
#divScoreBoard div {
	text-align: right;
}
#divScoreBoard p {
	font-family: "Arial Black";
	font-size: 15px;
	text-align: center;
}
#divScoreBoard dl {
	width: 100%;
}
#divScoreBoard dt {
	width: 45%;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: left;
	line-height: 20px;
	padding-right: 10px;
}
#divScoreBoard dd {
	text-align: left;
	line-height: 20px;
}
#aClose {
	border: 1px solid #FFFFFF;
	border-width: 1px;
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 0px;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
}
#aClose:hover {
	border-width: 1px;
	background-color: #FFFF99;
	border-style: outset;
}
.Button {
	font-family: "宋体";
	font-size: 9pt;
	color: #333333;
	background-color: #eeeeee;
	cursor: hand;
	padding: 2px;
	height: 19px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}