body {
	margin: 0px;
	font-family: "微软雅黑";
	background-color: #f3f3f3;
	color: #565656;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
input {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
select {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	width: 80px;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #666;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
td {
	color: #666;
	font-size: 12px;
	padding: 5px;
	line-height: 20px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.list:link {
	color: #0029FF;
	text-decoration: underline;
}
a.list:visited {
	color: #0029FF;
	text-decoration: underline;
}
a.list:hover {
	color: #0029FF;
	text-decoration: none;
}
a.list:active {
	color: #0029FF;
	text-decoration: underline;
}
a.red:link {
	color: #FF0000;
	text-decoration: none;
}
a.red:visited {
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	color: #FF0000;
	text-decoration: none;
}
a.red:active {
	color: #FF0000;
	text-decoration: none;
}
a.gray:link {
	color: #B2B2B2;
	text-decoration: none;
}
a.gray:visited {
	color: #B2B2B2;
	text-decoration: none;
}
a.gray:hover {
	color: #B2B2B2;
	text-decoration: none;
}
a.gray:active {
	color: #B2B2B2;
	text-decoration: none;
}
/*.box {
	overflow: auto;
	position: absolute;
	top: 25%;
	left: 50%;
	outline: none;
	width: 500 px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: -250px;
}*/
.row-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
.btn-login {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	background-color: #d80000;
	font-size: 14px;
	line-height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}
.btn-gary {
	color: #666;
	background-color: #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 25px;
}