/*--  login css                --*/
/*--  zlzx 管理系统UI库        --*/
/*--  author qingfeng          --*/
/*--  update 2014.1.14         --*/


/*--基本Css--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}
img
{
	border: 0px;
	display:inline;
}
ul
{
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
}
li
{
    margin: 0;
    padding: 0;
}
div
{
    margin: 0;
    padding: 0;
}
a, a:link, a:visited, a:active {
	color: #348CBF;
	text-decoration: none;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}
html 
{ 
    background-attachment: scroll;
	background-image: url(../images/loginbg1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    padding:80px 0;
    /*background-size: auto 100%;*/
}
body {
	margin: auto; 
	font-family:微软雅黑,Verdana;
	line-height: 170%;
	font-size: 12px;
	color: #333;
	width: 420px;	 
} 
/*当前位置样式----------------------------------------------------------------*/
.mian
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    border: 1px solid #8bc9f3;
    -webkit-box-shadow: 0 0 10px #8bc9f3;
    -moz-box-shadow: 0 0 10px #8bc9f3;
    width: 420px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
} 
/*----------------------------------------------------------------*/
.header
{
    padding:10px 50px;
}
.header .logo
{
    background-attachment: scroll;
	background-image: url(../images/login_logo.png);
	background-repeat:no-repeat;
	background-position:left center;
    height:64px;
    line-height:64px;
    font-size:27px;
    text-align:right;
    padding:3px;
    color:#999;
}
.header .tit
{ 
    font-size:18px;
    line-height:24px;
    height:24px;
    text-align:right;
    padding:6px 8px;
    color:#666;
    border-top:1px solid #ddd;
}

.loginform
{
    padding:10px 50px 70px;
}
.loginform div
{
    padding:10px 0;
}


/*-提交按钮样式-----------------------------------------------------------*/
.btn
{
    display:inline;
    margin:0px;
    text-align: center;
    vertical-align: baseline;
    width:120px;
    height:32px;
    line-height:32px;
    background:#268ED5;
    font-size: 16px;
    font-weight:bold;
    border: 0px solid #696;
    color:#fff;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}
a.btn {
    color:#fff;
}
.btn:hover
{
   background: #f90;
   color:#fff;
   text-decoration:none;
} 
/*通用输入框样式----------------------------------------------------------------*/
.texbox
{
    line-height: 32px;
    height:32px;
    border: 2px solid #ccc;
    padding:2px 5px; 
    width:230px;
    padding-left:75px;
    font-size:16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family:微软雅黑,Verdana;
} 
.username
{
    background-attachment: scroll;
	background-image: url(../images/icousername.png);
	background-repeat:no-repeat;
	background-position:10px center;
        border-radius: 5px;
} 
.pwd
{
    background-attachment: scroll;
	background-image: url(../images/icopwd.png);
	background-repeat:no-repeat;
	background-position:10px center;
        border-radius: 5px;
} 
/*----------------------------------------------------------------*/
.tips
{ 
    padding:20px 50px;
    background-color:#f5f5f5;
    color:#999;
} 
.footer
{ 
    text-align:center;
    padding-top:70px;
    color:#999;
} 