body, div, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	margin: 0px;
	font: 13px Arial,sans-serif,Helvetica,Trebuchet MS;
}

.header{
	 height: 100px;
     position: relative;
}
.header .title{
	position: absolute;
    left: 138px;
    top: 30px;
    height: 40px;
	font-size: 28px;
	font-weight:bolder;
}

.main{
	 background: url(../images/login_bg.png) repeat-x 0 0;
     height: 486px;
}

.main .middle{
	width: 1196px;
	margin: 0 auto;
    height: 486px;
    position: relative;
    background: url(../images/login_mid.png) no-repeat 0 0;
}
fieldset {
    position: absolute;
    left: 670px;
    top: 65px;
    width: 430px;
    height: 330px;
	border: 0;
}
.loginTitlePic{
	background: url(../images/login_title.png) no-repeat 0 0;
    position: absolute;
    left: 60px;
    top: 20px;
    height: 32px;
}
.loginTitle{
	font-size: 20px;
	margin-left: 42px;
}

.loginTable{
    position: absolute;
    left: 85px;
    top: 60px;
}

.loginTable th{
	font-size:16px;
	text-align:left;
}

.loginTable th, .loginTable td{
	width: 260px;
}
.txt{
    border:1px solid #878787; 
	background-color:#fff; 
	height:25px; 
	line-height: 25px;
	font-size:16px; 
	width: 240px;
	padding-left: 25px;
}
.txt:focus{
    border: 1px solid #6B9BDC;
    box-shadow: 0 0 3px #6B9BDC inset;
}

.txt.username{
	background: url(../images/user.png) no-repeat 0 0;
}
.txt.password{
	background: url(../images/password.png) no-repeat 0 0;
}
.txt.language{
	width: 267px;
	background: url(../images/language.png) no-repeat 0 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-color: rgba(0,0,0,0);
}

.btnLogin{
	background: url(../images/login_btn.png) no-repeat 0 0;
	display:inline-block;
	width: 102px;
	height: 18px;
	padding: 6px 10px;
	cursor:pointer;
	font-size:14px; 
	font-weight:bold; 
	color:#fff;
	/*
	font-size:14px; 
	font-weight:bold; 
	color:#fff; 
	background-color:#fff;
	cursor:pointer;cursor:hand;
	background-image:url(../images/login_btn.png); 
	background-repeat:no-repeat; 
	background-position:0px 0px; 
	width:186px; 
	height:234px;*/
}

.btnLogin:hover{
	background-image:url(../images/login_btn.png); 
	background-repeat:no-repeat; 
	background-position:-179px 0px; 
}

.copyright {
    border-top: 1px solid #eee;
    text-align: center;
    color: #888;
    padding-top: 16px;
    line-height: 22px;
}
.administor{
    position: absolute;
    left: 545px;
    top: 165px;
    height: 32px;
}
.confusers{
    position: absolute;
    left: 545px;
    top: 272px;
    height: 32px;
}
.recording{
    position: absolute;
    left: 545px;
    top: 379px;
    height: 32px;
}
