﻿/******************************************************************************************/
/* 文件说明 发布去除所有注释			*/
/* 用途: 登陆布局						*/
/* 更新内容: 解决浏览器兼容性问题		*/
/* Last Modify Date: 20070301			*/
/* Author: Cityfox						*/
/******************************************************************************************/



/*登陆布局*/
/*登陆前*/
#login{position:relative;background:url(/images/login_bg.jpg);width:229px;height:200px; margin:5px auto 0 auto; text-align:center;}	
#login .input{position:absolute;top:48px;left:35px;height:120px;text-align:right;margin:0px auto 0px 0px; display:none;}  /* Summer: display:none;*/
#login .user{height:15px;width: 110px;background:#f5f5f5;border:1px #999 solid;margin:1px !important;margin:0px ;}
#login .yz {height: 15px;width: 55px;background:#f5f5f5;border:1px #999 solid;margin:1px !important;margin:0px ; }
#login .yes{height:40px;width:130px;text-align:left; margin:0 20px 0 0;}
#login .yes p { line-height:20px;}
#login .btn {width:53px; height:26px;}
*:lang(zh) #login .yes{margin:0 20px 0 20px;} /* MOZ */

/*登陆成功*/
#login .ok{position: absolute; top:45px;left:22px; width:190px;height:140px;text-align:left;margin:0 auto;display:none;} /* Summer: display:none;*/
#login .icon{background:url(/images/login_lin.gif) repeat-x;background-position:bottom;width:190px;height:63px;}
#login .icon img {border:1px; border-color:red;}  /* Summer: */
#login .userdatatxt{float:right;}
#login .quit{width:53px;height:26px;position:absolute; bottom:7px!important; right:-4px!important; bottom:0px; right:-4px;}
#login .username{ position:absolute; top:39px; left:93px; width:96px; height:38px; color:#96000d;}
#login .accounts { float:left; margin:25px auto auto 10px; line-height:15px;}

/*出错了*/
#closeshow{position:absolute;top:80px;left:24px;width:150px;height:130px;}
#closewindow {width: 180px;height:10px;background:red;}
.msg_block {width: 180px;}
.msg_content {height:60px;border: 1px solid #e9e9e9;background-color: #f7f7f7;text-align: center;padding:3px;}
.msg_quit{float:right;width:10px;height:10px; margin-top:0px;}
.msgtxt{height:25px;width: 170px;margin:25px 0px 0 0;}