﻿@charset "utf-8";
/* Demichen 20100719 */

/*登录页面样式*/
body{
font-size: 12px;
color: #181818;
background: #9da7af;
}

#indexContainter{
position: absolute;
top: 50%;
left: 50%;
width: 850px;
height: 460px;
margin: -230px 0 0 -425px;
}

.indexbg01{
width:267px;
height: 168px;
background: url(../images/index_04.jpg) no-repeat;
}

.indexbg02{
width: 435px;
height: 168px;
background: url(../images/index_06.jpg) no-repeat;
}

.indexbg03{
width:850px;
height: 66px;
background: url(../images/index_10.jpg) no-repeat;
text-align: right;
}

.indexbg03 img{
float: right ;
margin: 0 30px 0 0 ;
}

.indexbg04{
width: 77px;
height: 44px;
background: url(../images/indexlogin_02.jpg) no-repeat;
color: #FFFFFF;
text-align: right;
}

.indexbg05{
width: 190px;
height: 44px;
background: url(../images/indexlogin_03.jpg) no-repeat;
}

.indexbg06{
width: 77px;
height: 35px;
background: url(../images/indexlogin_04.jpg) no-repeat;
color: #FFFFFF;
text-align: right;
}

.indexbg07{
width: 190px;
height: 35px;
background: url(../images/indexlogin_05.jpg) no-repeat;
}

.indexbg08{
width: 267px;
height: 49px;
text-align: center;
line-height: 49px;
background: url(../images/indexlogin_06.jpg) no-repeat;
}

.loginInput{
width: 155px;
height: 21px;
border: 1px solid #19499d;
text-align: left;
line-height: 21px;
}

a.loginbtn{
display: block;
width: 55px;
height: 24px;
background: url(../images/btn_01.gif) no-repeat;
line-height: 24px;
text-align: center;
font-size: 13px;
font-weight: bold;
margin: 0 auto;
}
a.loginbtn:link{color:#052f6e;}
a.loginbtn:visited{color:#052f6e;}
a.loginbtn:hover{color:#601918;}
/*  ---------  2014.11.1 找回密码加  -----------*/
.loginpass 
{    
    position:relative;margin:-20px 0 0 6px;
}
.loginpass .passwordText
{
    border:none;
    background:none;
    position:absolute;
    top:0;
    left:110px;
}
.loginpass .loginText2
{
    position:absolute;
    top:0;
    left:110px;
	width:356px;
	height:45px;
	padding:0 5px;
	border:1px solid #e5e5e5;
	border-radius:4px;
	margin-bottom:14px;
	font:18px/45px "微软雅黑";
	color:#b5b5b5;
    z-index:1;
}
.loginText{
	width:316px;
	height:40px;
	padding:0 5px;
	border:1px solid #e5e5e5;
	border-radius:4px;
	margin-bottom:14px;
	font:14px/40px "微软雅黑";
	color:#b5b5b5;
}
.passwordText {
    margin-top:50px;
}