@charset "utf-8";
@font-face {
	font-family: myFirstFont;
	src: url('opensansregular.ttf'); /* IE9 */
}
* {
	margin: 0;
	padding: 0;
	font-family: myFirstFont;
}
body {
	float: left;
	width: 100%;
	height: 100%;
	background: #000000;
}
#body_form {
	margin: auto;
	width: 500px;
}
.body_form {
	float: left;
	margin-top: 35%;
	width: 500px;
	padding: 20px 0px;
	border-radius: 8px;
	background: #FFFFFF;
}
.body_form h1 {
	float: left;
	background: url(../images/logo_login.png);
	width: 246px;
	margin-top: 10px;
	height: 70px;
	margin-left: 123px
}
.body_form h2 {
	float: left;
	width: 100%;
	margin: 8px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
.body_form ul {
	float: left;
	list-style: none;
}
.body_form ul li {
	float: left;
	margin-top: 10px;
	margin-left: 100px;
	list-style: none;
}
.cls_text {
	float: left;
	outline: 0px;
	height: 30px;
	line-height: 30px;
	width: 300px;
	border-radius: 5px;
	border: 1px #cccccc solid;
	text-indent: 10px;
}
.cls_code {
	float: right;
	outline: 0px;
	height: 28px;
	line-height: 28px;
	margin-left: 3px;
	width: 208px;
	border-radius: 5px;
	border: 1px #cccccc solid;
	text-indent: 10px;
}
.body_form big {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
}
.body_form big input {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 100px;
	background: #f49917;
	border: 1px #f49917 solid;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13px;
	background: -moz-linear-gradient(top, #f9b34e 0%, #f49917 50%, #fc9706 63%, #f9b34e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f49917), color-stop(50%, #f49917), color-stop(63%, #fc9706), color-stop(100%, #f9b34e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9b34e 0%, #f49917 50%, #fc9706 63%, #f9b34e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9b34e 0%, #f49917 50%, #fc9706 63%, #f9b34e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9b34e 0%, #f49917 50%, #fc9706 63%, #f9b34e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9b34e 0%, #f49917 50%, #fc9706 63%, #f9b34e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49917', endColorstr='#7db9e8', GradientType=0); /* IE6-9 */
}
.err {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: red;
}
