@charset "utf-8";

body,td,th {
	font-family: "微软雅黑", Verdana, Geneva, sans-serif;
}
.b1 {
	background-color: #00CCFF;
	color: #FFF;
	text-align: center;
	line-height: 90px;
	font-size: 60px;
}
.b2 {
	background-color: #F2F2F2;
}
.b3 {
	background-color: #F8F8F8;
}
.btn1 {
	font-family: "微软雅黑", Arial;
	font-size: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0CF;
	color: #FFF;
	margin: 5px;
	width: 300px;
	height: 64px;
}
.edt {
	font-size: 60px;
	background-color: #FFF;
	word-spacing: 10px;
	border: 1px solid #CCC;
	font-family: Arial;
}
.cap {
	font-size: 60px;
	text-align: right;
	color: #FF8000;
}
.msg {
	font-size: 28px;
	color: #FF8000;
}
.msgt {
	font-size: 34px;
	color: #FF8000;
}
.checkbox {
 width: 50px;
 height: 50px;
 padding: 0 5px 0 0;
 display: block;
 clear: left;
 float: left;
}
 
.m1 {
	font-size: 46px;
	color: #FF8000;
}

.myButton {
	background-color:#00CCFF;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:42px;
	text-decoration:none;
	text-shadow:0px 0px 0px #283c66;
	padding-top: 6px;
	padding-right: 150px;
	padding-bottom: 6px;
	padding-left: 150px;
	border-top-width: 1px;
	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: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
}
.myButton:hover {
	background-color:#5DF;
}
.myButton:active {
	position:relative;
	top:1px;
}

.BtnWarning {
	background-color:#CC0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:42px;
	text-decoration:none;
	text-shadow:0px 0px 0px #283c66;
	padding-top: 6px;
	padding-right: 150px;
	padding-bottom: 6px;
	padding-left: 150px;
	border-top-width: 1px;
	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: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.BtnWarning:hover {
	background-color:#FF0000;
}
.BtnWarning:active {
	position:relative;
	top:1px;
}
.ListBgName {
	font-size: 50px;
	text-align: center;
	height: 80px;
}

.icp {
	font-size: 24px;
	color: #666;
	text-decoration: none;
}
