@charset "utf-8";
/* CSS Document */
* {
	font-size:12px;
	color:#525252;
	font-family:"lucida Grande",Verdana;
}
html, body, form { 
	margin:0px; 
	height:100%; 
}
body {
	background-color:#FFF;
}
body, form, table, tr, td, div, span, a {
	margin:0;
	padding:0;
}
A,IMG {
	border:none;
}
a {
	text-decoration:none;
}
.link {
	cursor:pointer;
	display:block;
}
.link:hover, a:hover {
	color:#09C;
	text-decoration:underline;
}
/******delete the dashed line********/
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
a:focus { outline:0; }


#contenBox {
	height:100%;
}

.formBox {
	width:1000px;
	height:612px;
}
#bgBox {
	text-align:left;
	height:563px;
	background:url(index/form_bg.jpg) no-repeat left;
}
#bottomBox {
	text-align:center;
	color:#979694;
	height:52px;
	background:url(index/bottom_bg.jpg) no-repeat top;
}
.login {
	float:right;
	width:450px;
	width:480px\9;
	*width:480px;
	_width:480px;
	padding:130px 0 0 70px;
}
.titleTD {
	background:url(index/title_bg.jpg) no-repeat top;
	height:81px!important;
	padding:4px;
}

#formContentTB {
	width:270px;
	height:190px;
	margin-bottom:18px;
}
#formContentTB * {
	color:#2F4E6A;
}
#formContentTB input.text {
	border:1px #747474 solid;
	height:28px;
	padding-top:5px;
	width:180px;
	background:url(index/input_bg.jpg) repeat-x center;
}
#formContentTB input.wrongTxt {
	border:2px #F00 solid;
	height:28px;
	padding-top:5px;
	width:180px;
	color:#F00;
	font-weight:bold;
	background:url(index/input_bg.jpg) repeat-x center;
}
#formContentTB td {
	height:35px;
}

.labelTD {
	color:#303030!important;
	width:55px;
	padding-left:10px;
}

#loginBtn {
	float:right;
	background:url(index/btn_login.jpg) no-repeat center;
	width:90px;
	height:31px;
	border:none;
	cursor:pointer;
	margin-right:20px;
}


#resetBtn {
	float:right;
	cursor:pointer;
	background:url(index/btn_forPwd.jpg) no-repeat center;
	width:90px;
	height:31px;
	border:none;
	margin-right:20px;
}

#confirmationTxt {
	width:120px!important;
}



.tRed_12n {
	color:#F00!important;
}



#mainBox #contenBox .formBox #formContentTB  {
	position:relative;
}
#mainBox #contenBox .formBox #formContentTB .bubbleBox {
	position:relative;
}
.bubbleBox .bubble_tip  {
	width:300px;
	position:absolute;
	z-index:9999;
	top:68px;top:-10px\9;*top:-10px;_top:-10px;
	left:75px;left:5px\9;*left:5px;_left:5px;
    filter:alpha(opacity=70)!important;  
    -moz-opacity:0.7!important;  
    -khtml-opacity: 0.7!important;  
    opacity: 0.7!important;
}
.bubbleBox .pwd_tip {
	top:105px;top:-10px\9;*top:-10px;_top:-10px;
}
.bubbleBox .conf_tip {
	top:141px;top:-10px\9;*top:-10px;_top:-10px;
}
.user {
	float:left;
	background:url(img/admin.jpg) left no-repeat;
	color:#fff;
	padding:5px 0 0 30px;
	height: 40px;
    line-height: 35px;
	cursor:pointer;
	margin-right:10px;
}
.exit {
	float:left;
	background:url(img/exit.jpg) left no-repeat;
	color:#FFF;
	padding:5px 0 0 30px;
	height: 40px;
    line-height: 35px;
	cursor:pointer;
	cursor:pointer;
}
.header {
	line-height:40px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 100% -20px;
	background:url(img/bg_header.png) repeat-x ;
	z-index: -1;
}
