﻿@charset "utf-8";
/* CSS Document */

body {padding:0;margin:0;background:#085790;font-size:12px;}
.login {}
.text {	width:260px; color:#fff;height:170px;margin-top:24%; margin-left:39%;}
.text li {height:38px; line-height:38px;}
.text li label{ float:left; -moz-border-radius: 6px;/*圆角实现*/
  -webkit-border-radius: 6px;/*圆角实现*/  
  border-radius: 6px; display:block; width:193px; height:25px; border:1px solid #CBCBCB;}
.text .login_li input {	height:23px; margin:1px 1px 1px 1px;vertical-align:middle; border:0;width:190px;line-height:23px;}
.text li em {height:20px;line-height:30px; clear:both;}
.text li span {	font-family:"微软雅黑", Arial, Helvetica, sans-serif;font-size:14px; color:#666666;	height:30px; display:block; width:60px;float:left;line-height:30px;}
.text2 { border:1px solid #085790;margin:0 auto;width:1000px;	height:620px;background:url(../images/login1s.jpg) no-repeat; z-index:-1;}
#bottomNav {
	text-align:center;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px; color:#fff;
	clear:both;
	height:50px;
	z-index:999;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */
	overflow:visible;
}
#bottomNav a{ color:#fff;}
#bottomNav a:hover{ text-decoration:underline;}
.loginBtn{ clear:both; margin:10px 15px 0 60px; color:#fff; background:url(../images/login_button.png) no-repeat; border:0; cursor: pointer;}
.loginRig{ margin-top:10px; color:#fff; background:url(../images/login_button.png) no-repeat; border:0;cursor: pointer; }