/* CSS Document */
.login_logo {
	background: url(../images/big_back.png) -15px -269px no-repeat;
	width: 270px;
	height: 34px;
}

.login_table .td_form {
	border: 1px solid #DEDEDE;
	border-top: 1px solid #2086B7;
}

.login_table div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.login_table input[type=text],input[type=password] {
	border: 1px solid #DDDDDD;
	width: 280px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: gray;
	padding-left: 37px;
}

.login_table input[type=text] {
	font-style: italic;
}

.login_table input[type=submit] {
	width: 290px;
	height: 48px;
	border: none;
	background: #3F89EC;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-family: "ËÎÌå", "Î¢ÈíÑÅºÚ", "´ÖºÚÌå", "ºÚÌå";
	cursor: pointer;
}

.userId {
	background: url(../images/all_background_1.png) -274px -266px no-repeat;
}

.userPwd,.camouflage_pass {
	background: url(../images/all_background_1.png) -275px -125px no-repeat;
}

.remb_line,.reg_line {
	width: 290px;
}

.remb_line div {
	height: 12px;
	line-height: 12px;
}

.remb_pwd,.remb_pwd * {
	float: left;
}

.fgt_pwd {
	float: right;
}

.fgt_pwd a {
	color: #1B67C9;
	text-decoration: none;
}

.fgt_pwd a:hover {
	color: #ff0000;
	text-decoration: none;
}

.error_msg {
	color: #ff0000;
}

.login_table .td_form .line_div {
	border: none;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	background: #2086B7;
}