@CHARSET "UTF-8";

/*@IMPORT url("layout.css");*/

body{
	margin: 0;
	width: 100%;
	height: 100%;
	min-width: 875px;
	background: url("../image/srkbj.png")no-repeat top center;
}
ul {
	list-style-type: none;
	padding: 0;
}
input:focus {
	outline: none;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}
#web_login{
	width: 280px;
	margin: 0 auto;
}

.title{
	width: 875px;
	margin: 376px auto 0 auto;
	text-align: center;
}
.title h2{
	color: #ccb181;
	margin: 0;
}

#login{
	text-align: center;
	width: 875px;
	margin: 0 auto;
	padding-top: 115px;
}


#web_login ul li {
	width: 280px;
	height: 40px;
}

#web_login ul li label {
	float: left;
	text-align: right;
	width: 60px;
	line-height: 31px;
	color: #ffffff;
}

#accName, #password, #verifyCode {
	border: 1px solid #928d8d;
	padding: 7px;
	border-radius: 4px;
}

#verifyCode{
	width: 54px;
	margin-left: 16px;
	float: left;
}

#verify_code{
	margin-left: 6px;
}

#submit{
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	width: 80px;
	height: 40px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #265a88;
}

#verify_tip {
	margin-bottom:-15px;
	font-size: smaller;
	color: red;
}

#verify_code {
	text-align: center;
	color: #ffffff;
}
