@CHARSET "UTF-8";

.body-table {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #E6ECF5;
}

.header {
    background: #2971BB url(../images/header_sprite.jpg) repeat-x scroll;
    height: 66px;
    position: relative;
}

.top-title {
	width: 100%;
    height: 53px;
    line-height: 53px;
    vertical-align: middle;
    overflow: hidden;
    background: url('../images/login_bg.jpg') center repeat-x;	
}

.top-title .top-title-img {
	float: left;
	height: 23px;
    padding-left: 230px;
    margin-top: 15px;
    background: url('../images/logo.png') center no-repeat;
    vertical-align: middle;
}

.middle-td {
	vertical-align: middle;
	background: #E6ECF5;
}

.middle-table-login {
	width: 802px; 
	height: 578px; 
	text-align: center; 
	font-size: 12px;
	background-position: center;
	background: url('../images/background.png') center no-repeat;
}

.middle-table-changePwd {
	width: 802px; 
	height: 578px; 
	text-align: center; 
	font-size: 12px;
	background-position: center;
	background: url('../images/background_change_pwd.png') center no-repeat;
}

.login-table {
	text-align: right;
	margin-right: 30px;
	margin-top: 50px;
	background-color: #ffffff;
	border: 1px solid #b2c2d3;
	font-size: 12px;
	width: 345px;
	height: 400px;
}

.login-title{
    font-size: 14px;
    margin-left: 25px;
    margin-top: 25px;
    color: #5e7590;
    font-weight: bold;
}

.login-text{
    font-size: 16px;
    margin-left: 25px;
}

.login-input{
    height: 30px;
    width: 280px;
    margin-left: 25px;
    font-size: 20px;
    background-color: #feeec1;
    
}


.errorMessage {
    color: #FF0000;
    margin-left: 25px;
}

input.my-field {
    background: #FFFFFF url(../image/text-bg.gif) repeat-x scroll 0 0;
    border: 1px solid #CCC;
    height: 22px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    zoom: 1;
}

div.myTip {
    height: 16px;
    overflow: hidden;
    margin-left: 25px;
}

div.myTip span {
    font-size: 12px;
    line-height: 16px;
}

div.myTip .info {
    color: #888;
    display: block;
    font-size: 12px;
}

.footer {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #5e7590;
    text-align: center;
}

.footer a {
    color: #5e7590;
    text-decoration: none;
}

.footer a:HOVER {
    text-decoration: underline;
}