/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */

/****-----start-body----*


body{
  background:#fff url(../images/bg1.jpg);background-position: 100% 35%;background-size: 100% 
  
}
html,body{


            background: rgb(246,248,249);
            background: url('../images/bg1.jpg') no-repeat center fixed;
            background-attachment: fixed;
            background-size: 100% 100%;

            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='../images/bg1.jpg',sizingMethod='scale');
            background-repeat: no-repeat;
            background-positon: 0%, 0%;
            font: normal 14px tahoma, arial, verdana, sans-serif;
            margin: 0;
            padding: 0;
            border: 0 none;
            overflow: hidden;
            height: 100%;
        }***/
        
.screenbg{position:fixed;bottom:0;left:0;z-index:-999;overflow:hidden;width:100%;height:100%;min-height:100%;}
.screenbg ul li{display:block;list-style:none;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:-1000;float:right;}
.screenbg ul a{left:0;top:0;width:100%;height:100%;display:inline-block;margin:0;padding:0;cursor:default;}
.screenbg a img{vertical-align:middle;display:inline;border:none;display:block;list-style:none;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:-1000;float:right;}
        
.login {
	height: 344px;
	width: 320px;
	background-image: url(../login-img/kjdsh-login-2.png);
	background-repeat: no-repeat;
}

.input_out{ 
	font-family:Arial,Helvetica,sans-serif;  
    background:none repeat scroll 0 0 #F5F7FD;  
    border:1px solid #B8BFE9;  
    padding:5px 10px;  
    width:367px;  
    vertical-align:middle;  
    height:30px; 
    line-height:30px;
    font-size:12px;  
    margin-right:10px;  
    list-style:none outside none;  
}