body {	
	background: url(../images/login-bg.jpg) center top #b5bfcb;
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a {
	color: #005990;
	text-decoration: none;
}

i {
	font-style: normal;
}

caption,th{
	text-align: left;
}

em{
	font-style: normal;
}

h1, h2, h3, h4{
	clear: both;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 12px;
	margin: 0;
	outline: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}

img{
	border: 0 none;
}

input{
	font-size: 100%;
	vertical-align: middle;
}
input:focus {
	outline: 0;
}

ol, ul{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
/**/
.yellow {
	color: #ff8105;
}

.clips {
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.w110 {
	width: 110px;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.alert {
	padding: 5px 5px 0;
	text-align: center;
	line-height: 20px;
}
.loginbox {
	width: 402px;
	margin: 10% auto 0;
	background: #fff;
	border: 8px solid #c2c4c3;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2)
}
.login {
	width: 332px;
	padding: 40px 35px 30px;
}
.login table {
	width: 332px;
	border-collapse: collapse;
}
.login table td {
	padding: 9px 0;
	font-size: 14px;
}
.login table td img {
	vertical-align: middle;
}

.login .submit {
	padding-left: 80px;
}
.login .input, .login .check {
	width: 200px;
	height: 30px;
	padding: 0 4px;
	border: 1px solid #a8b9ba;
	border-radius: 5px;
}

.login .check {
	width: auto;
}
.login .btn_dl, .login .btn_ip {
	width: 90px;
	height: 30px;
	margin: 0 10px;
	color: #fff;
	background: #0c7cac;
	border: 0;
	cursor: pointer;
}
.login .btn_ip {
	background-position: -80px -230px;
}
.login .submit a {
	margin-right: 15px;
}