   body
        {
            text-align: center; 
            font-family: ËÎÌå;
            margin:0px;
            background-color: #f9f9f9;

        }
        #loginArea
        {
            margin-left: 0px;
            margin-right: 0px;
            width: 1003px;
             height:540px;
            background: url(../images/login/ywlogin-bg.jpg) no-repeat 0 0;
        }
        
        .usbKey
        {
            margin-top:4px;
            width: 166px;
        }
        .login
        {
            cursor:pointer;
            margin-left:4px;
            width: 80px;
            height: 34px;
            border: none;
            background-image: url(../images/login/login-btn.gif);
            background-repeat: no-repeat;
        }
        
        .reset
        {
               cursor:pointer;
             width: 80px;
            height: 34px;
            border: none;
            background-image: url(../images/login/reset-btn.gif);
            background-repeat: no-repeat;
        }
        .loginTab {
         font-size:14px;
         font-family:ËÎÌå;
        }
        .loginTd {
         height:8px;
         line-height:8px; 
        }
        .loginTxt {
            height: 30px;
            line-height: 30px;
            width: 176px;
            border: 1px solid #B6B9BE;
            text-indent:4px;
        }