html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('../images/bg.jpg') center center no-repeat;
}

.nav_div {
	width: 100%;
	height: 75px;
	background: #17548B;
	float: left;
} 

.nav {
	min-width: 800px;
	max-width: 800px;
	margin: 0 auto;
	color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 75px;
}

.cms {
	width: 100%;
	float: left;
}

.login {
	width: 800px;
	min-height: 400px;
	margin: 0 auto;
	background: #ffffff;
	margin-top: 5%;
	border-radius:5px;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

.hint {
	width: 400px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
}

.row {
	width: 400px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
}

.row .label {
	margin: 0 0 0 10px;
	width: 80px;
	float: left;
	text-align: right;
	line-height: 35px;
}

.row .input {
	border: 0px;
    outline: 0px;
    border-bottom: 1px solid #dcdcdc;
    height: 35px;
    line-height: 35px;
    width: 250px;
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

.vcode {
	width: 150px !important;
}

.vcode_img {
	width: 100px;
	height: 35px;
	background: #DDD;
}

.submit {
	background: #2f6cb6;
    color: #ffffff;
    border: 0px;
    padding: 10px 80px 10px 80px;
    text-align: center;
    font-size: 18px;
    outline: 0px;
    cursor: pointer;
    letter-spacing: 1.2px;
    float: left;
    margin-left: 100px;
    margin-top: 25px;
    border-radius: 4px;
}

.message {
	color: red;
	height: 35px;
	line-height: 35px;
	width: 800px;
	float: left;
	text-align: center;
	margin-top: 20px;
}