body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "宋体";
}
Form {
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 12px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.button_natural {
	background-image: url(../images/button_natural.gif);
	border: 1px solid #6699CC;
	margin: 2px;
	line-height: 20px;
	background-repeat: repeat-x;
	background-position: left top;
}
.button_over {
	background-image: url(../images/button_natural.gif);
	border: 1px solid #6699CC;
	margin: 2px;
	line-height: 20px;
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #990000;
}

#header {
	background-image: url(../images/header_bj.gif);
	height: 65px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	float: left;
	width: 100%;
}
#header #logo {
	float: left;
	height: 65px;
	width: 360px;
	margin-left: 10px;
}
#main {
	background-color: #FFFFFF;
	height: 320px;
	width: 950px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#welcome {
	width: 600px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
}
#welcome .welcome_title {
	background-color: #FFFFB9;
	padding: 5px;
	border: 1px solid #FF6600;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #993300;
}
#welcome .welcome_content {
	line-height: 18px;
	text-indent:2em;
	background-color: #FFFFB9;
	padding: 5px;
	border: 1px solid #FF6600;
	margin-bottom: 10px;
}
#welcome .welcome_button {
	width: 200px;
	text-align: center;
	background-color: #FFFFB9;
	padding: 3px;
	border: 3px double #FF6600;
	float: right;
	cursor: pointer;
}
#welcome .welcome_button:hover{
	width: 200px;
	text-align: center;
	background-color: #DFFFBF;
	padding: 3px;
	border: 3px double #009900;
	float: right;
	cursor: pointer;
	color: #006600;
	text-decoration: none;
}
#login {
	height: 230px;
	width: 380px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #666666;
	background:#EAEAEA;
}
#login h1 {
	text-align: center;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#login .login_input {
	text-align: center;
}
#login .login_keyboard {
	height: 160px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#login .login_keyboard a {
	display: block;
	list-style-type: none;
	float: left;
	height: 48px;
	width: 48px;
	margin: 1px;
	background-color: #FFFFCC;
	font-size: 24px;
	text-align: center;
	border: 1px solid #999999;
	text-decoration: none;
	color: #0000FF;
	line-height: 40px;
}
#login .login_keyboard a:hover {
	display: block;
	list-style-type: none;
	float: left;
	height: 48px;
	width: 48px;
	margin: 1px;
	background-color: #99CC00;
	font-size: 24px;
	text-align: center;
	border: 1px solid #999999;
	text-decoration: none;
	color: #FFFFCC;
	line-height: 40px;
}
#main #body {
	width: 600px;
	float: left;
	height: 310px;
	background-color: #F3F3F3;
	margin-right: 2px;
}
#main #questions {
	float: left;
	height: 280px;
	width: 100%;
}
#main #message {
	float: left;
	height: 24px;
	padding: 2px;
	width: 596px;
	background-color: #FFFFCE;
	border: 1px solid #FF6600;
	line-height:24px;
	color:#990000;
}
.mess{
	background-color: #FFFFD7;
	padding: 5px;
	width: 380px;
	border: 1px solid #FF3300;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.mess h3{
	font-size: 14px;
	color: #006600;
	margin: 0px;
	padding: 0px;
}
#main #myspace {
	height: 310px;
	width: 12px;
	float: left;
	layout-flow:vertical-ideographic;
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
}
#main #function {
	float: left;
	height: 310px;
	width: 320px;
}
#keyboard {
	background-color: #FFF4FA;
	height: 120px;
	border: 3px double #999999;
	padding: 2px;
	margin-bottom: 2px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#keyboard div {
	float: left;
	height: 43px;
	width: 43px;
	border: 1px solid #C4C4FF;
	margin: 2px;
	cursor: hand;
}
#keyboard div h5 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	color: #333333;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DFEEAC;
	border-bottom-color: #DFEEAC;
	background-color: #ECECFF;
}
#footer {
	height: 60px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF6600;
	line-height: 20px;
	padding-top: 5px;
	float: left;
	width: 100%;
}
#selectArea a {
	height: 48px;
	width: 48px;
	display: block;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	margin: 3px;
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #009900;
	text-align: center;
	text-decoration: none;
}
#selectArea a:hover {
	background-color: #009933;
	color: #FFFFFF;
}
#displayStyle {
	background-image: url(../images/display_bj.jpg);
	font-size: 14px;
	line-height: 20px;
	background-position: left center;
}
.bigFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
}
.Note {
	background-color: #6699FF;
}
.image {
	float: left;
	height: 10px;
	width: 10px;
	margin-left: 10px;
	overflow: visible;
}
#rightAnswer {
	font-size: 68px;
	font-weight: bold;
	color: #009900;
	border: 1px solid #009900;
	height: 60px;
	width: 60px;
	font-family: Arial;
	line-height: 70px;
	background-color: #FFFF99;
	text-align: center;
	float: right;
}
#messageBox {
	height: 160px;
	width: 350px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999900;
	padding: 5px;
	font-size: 14px;
	line-height: 22px;
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
	z-index: 100;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
}
#messageBox h3 {
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#messageBox #a {
	color: #006600;
	font-weight: bold;
	line-height: 40px;
}
#messageBox #b {
	font-weight: bold;
	color: #993300;
	line-height: 35px;
}
.OK {
	background-color: #99CC00;
}
.ERROR {
	background-color: #FF9900;
}
#main .box {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
.PageNav {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 930px;
	clear: left;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
.TopMess {
	background-color: #F0F0F0;
	margin: 8px auto;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 930px;
}
.listTable {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 20px;
}

.listTitle {
	color: #003366;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
.listTd {
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
.listTd a:link {
	color: #333333;
	text-decoration: none;
}
.listTd a:visited {
	color: #333333;
	text-decoration: none;
}
.listTd a:hover {
	color: #FF0000;
	text-decoration: underline;
}
