
        .black_overlay{   
            display: none;   
            position: absolute;   
            top: 0%;   
            left: 0%;   
            width: 100%;   
            height: 100%;   
            background-color: black;   
            z-index:1001;   
            -moz-opacity: 0.8;   
            opacity:.60;      /* 调透明度*/
            filter: alpha(opacity=1=80);   
        }   
        .white_content {   
            display: none;   
            position: absolute;   
            top: 25%;   
            left: 25%;   
            width: 50%;   
            height: 50%;   
            padding: 16px;   
            border: 12px solid #007ba8;   /*orange - 边框的 宽度， 样式， 颜色 （橘色也好看）*/
            background-color: white;   
            z-index:1002;   
            overflow: auto;   
        } 
		

/*   下面设置 登陆框里的小图片 （一个小人 和 一个小锁）  */
		 
 #login_username{
   background:url(http://images.smartytrade.com/login_form/username_field.gif) no-repeat;
   /*这儿设置字的开始距离*/
   text-indent:15px;
   
 }
 
 
 #login_password{
   background:url(http://images.smartytrade.com/login_form/password_field.gif) no-repeat;
   /*这儿设置字的开始距离*/
   text-indent:15px;
   
 }
 
 
 
