/* CSS Document */

body {
	background-color: #eff1ee;
}

input {
	margin-top: 3px;
}

#div_login_background {
	margin:100px auto;
	width: 500px;
	height: 300px;
	background: #4CBBE2;
}

#div_login_info {
	width: 450px;
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
}

#div_login_top {
	width: 360px;
	height: 50px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 40px 20px 6px 100px;
}

#div_login_top img {
	border-bottom: 1px solid #A4DDF0;
}

#div_login_app{
	width: 500px;
	height: 80px;
	color: #fff;
	line-height: 50px;
}

#div_login_ok {
	left: 20px;
	width: 500px;
	height: 100px;
	color: #fff;
	font-size: 16px;
}

#div_login_button {
	margin:0px auto;
	top: 20px;
	width: 160px;
	height: 100px;
	font-size: 16px;
}

#div_login_button a {
	display: block;
	width: 80px;
	height: 50px;
	float: right;
    line-height: 50px;
	color: #fff;
}

#div_login_copyright {
	color: #51535a;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.loginbtn {
    -moz-user-select: none;
    background: #4CBBE2 none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    margin: 30px 15px;
    text-align: center;
    width: 150px;
}

#username, #psd1 {
    width: 200px;
    height: 35px;
    font-size: 16px;
    line-height: 40px;
	color: #333333;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    outline: medium none;
    padding: 0px 40px;
}

#username {
	background-image: url(/images/loginUsername.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

#psd1 {
	background-image: url(/images/loginPassword.png);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}