body{
    margin:0px;
    overflow:hidden;
}
.login-logo-box{
    position:absolute;
    z-index: 100;
    width:300px;
    line-height:150px;
    text-align: center;
    height:150px;
}
.logo-pic{
    max-height: 150px;
    max-width: 300px;
}
.login-form-box{
    position:absolute;
    color:#fff;
    width:300px;
    z-index: 100;
}
.login-main-box{
    position: absolute;
    top:0px;
    left:0px;
    background: #000;
    width:100%;
    height:100%;
    opacity:0.1;
    filter:alpha(opacity=10);
}

.login-lang{
    height:30px;
    position:relative;
    width:100%;
    float:left;
}
#selected_lang{
    float:right;
    width:68px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid transparent;
    margin-left:15px;
    cursor:pointer;
}
#select_icon{
    margin-top:8px;
    float:right;
}
#select_button{
    float:right;
    cursor:pointer;
    text-align: center;
    margin-right:9px;
    margin-top: 2px;
}
#select_button_div{
    height:30px;
    width:28px;
    float:right;
    cursor:pointer;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
    border-top:1px solid transparent;
}
#select_lang{
    position:absolute;
    z-index:300;
    right:-2px;
    top:31px;
    border:1px solid #005271;
    width:98px;
    text-indent:5px;
    color:gray;
    background:#fff;
}
#select_lang li{
    width:96px;
    height:30px;
    margin-left:-40px;
    line-height: 30px;
    list-style-type:none;
    cursor:pointer;
}	
.form-tr{
    float:left;
    width:100%;
    margin-top:20px;
    height:37px;
    line-height:37px;
}
.icon{
    float:left;
    background:#000;
    height:37px;
    text-align:center;
    width:50px;
    border:1px solid #000;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.icon i{
    line-height:37px;
}
.input{
    outline: 0px;
    padding-left: 4px;
    float:left;
    width:248px;
    height:37px;
    background-color:#fff;
    border:2px solid transparent;
    opacity:0.5;
    filter:alpha(opacity=50);
}
.input input{
    outline: none;
    width:228px;
    background: transparent;
    border:0px;
    height:33px;
}
.login-button{
    margin-top:40px;
    float:left;
    width:300px;
    height:40px;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    text-align:center;
    line-height:43px;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}

.login-footer{
    position: absolute;
    bottom:1px;
    color:#fff;
    height:30px;
    line-height: 30px;
    right:500px;
    width:500px;
    text-align: center;
    cursor: pointer;
    border:1px dashed transparent;
}
.in-password{
    position:fixed;
    right:-260px;
    bottom:30px;
    width:220px;
    background: #737581;
    background:rgba(0,0,0,0.3);
    float:right;
    height:50px;
    border:1px solid #9C663B;
    z-index:600;
}
.in-password .input-left{
    height:50px;
    width:185px;
    float:left;
}
.in-password input{
    margin-top:7px;
    height:35px;
    width:177px;
    margin-left:8px;
    line-height:35px;
    font-size:12px;
    border:0px;
}
.in-password .sign-in{
    color:#ffffff;
    float:left;
    width:30px;
    height:50px;
}
.in-password .sign-in i{
    margin-top:2px;
    color:#ffffff;
    margin-bottom:11px;
    margin-left:15px;
}
.theme-button{
    position:absolute;
    right:10px;
    bottom:30px;
    width:50px;
    z-index: 500;
}
.theme-icon{
    float:right;
    height:50px;
    color:#fff;
    background:gray;
    line-height:50px;
    color:rgba(255,255,255,0.7);
    border:1px solid #47B5DF;
    border:1px solid rgba(255,255,255,0.6);
    width: 50px;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;  
    background:rgba(255,255,255,0.2);
    cursor: pointer;
}
.theme-icon i{
    margin-top:11px;
    margin-left:11px;
}
#open_in_passowrd{
    cursor: pointer;
}
#close_sign{
    cursor: pointer;
}
.sign-in #pw_submit{
    cursor: pointer;
}

.remind-other-browser{
	left:10px;
	top:10px;
	display:none;
	position:absolute;
	line-height:25px;
	width:380px;
	border-radius:4px;
	font-size:13px;
	color:white;
	background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
	
}
.remind-browser-text{
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.remind-browser-a{
	cursor: pointer;
}
#update_dialog{
    position:fixed;
    padding-top: 10px;
    padding-left:10px;
    background: #fff;
    color:green;
    z-index: 300;
    line-height: 30px;
    height:100px;
    width:400px;
    left:50%;
    margin-left:-200px;
    top:50%;
    margin-top:-50px;
    border:1px solid;
    display: none;
}
.login-ikeycode{
    display: none;
}