@charset "utf-8";
/* CSS Document */

a.login_btn{ display: block; background: url(../images/login_btn.gif); width: 74px; height: 23px; line-height: 23px; text-align: center; color: #333; }
a.login_btn:hover{ color: #f60;}

.login_win{width:450px; min-height:100px; _height:100px; /* border: 3px solid #ccc;*/ background: #fff; font-size: 12px; }
.login_win table{ width: 95%; margin: 5px auto;}
	.login_win table td,.login_win table th{ padding: 3px; }
	.login_win table th{ text-align: right;line-height: 25px; font-weight: normal; width: 70px; }
	.login_win table td.mobileErr{ background: url(../images/err.png) no-repeat left center; padding-left: 20px; color: #f00;}
	.login_win table td input[type="text"],.login_win table td input[type="password"]{ border: 1px solid #999; height: 17px; padding: 2px 3px; width: 120px; _width:120px;}
	.login_win table td input[type="text"].in,.login_win table td input[type="password"].in{ background: url(../images/input_bg.gif); border: 1px solid #69f;}
.login_win table td img{ vertical-align: middle;}
	.login_win table td a{ color: #03f;}
	.login_win table td a:hover{ color: #f60;}
.login_win_active{ margin: 0; padding-top:5px; border-top: 1px dashed #999; line-height: 40px; text-align: center;}
	.login_win_active a{ margin: 0 2px; color: #03f;}
	.login_win_active a:hover{ color: #f60;}
.login_win_active .login_btn_act{ background: url(../images/login_btn.gif) no-repeat; border:0px solid #ccc; cursor:pointer; line-height:20px; height:23px; width:74px; color:#F60;}

.login_win_pack{ background: url(../images/ui-bg_gloss-wave_75_2191c0_500x100.png) repeat-x 50% 50%; color: #fff; font-weight: bold; font-size: 14px; padding: 0 0 0 10px; line-height: 30px;}
.login_win_pack a{ background: url(../images/ui-icons_d8e7f3_256x240.png) no-repeat -96px -128px ; float: right; width: 16px; height: 16px; display: block; overflow: hidden; margin: 5px 5px 0}
.login_win_pack a:hover{ background: url(../images/ui-icons_056b93_256x240.png) no-repeat -96px -128px;}
.login_win_line{ border: solid 1px #06f;}










