﻿/**********************************

          登录页面样式

****************************/

body { background: #B5BECF url(Img/bg.jpg) repeat-x left top;  text-align:center; font-size:14px;}
.BottomTxt { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ABCAD3; line-height: 40px; text-align:center; }
.LoginTable { text-align: left; margin:20px 50px 0; width:auto; }
.LoginTable th{ width:70px; text-align:right; font-weight:normal; line-height:33px;}
.LoginTable td{}
.Height { height: 150px; }
.Btn{ border:solid 1px #73B35A; background:#92C97C url(Img/key.png) no-repeat 5px center; width:80px; height:30px; color:#fff; font-weight:bold; padding-left:15px; cursor:pointer;}
.Btn:hover{ color:#319443; background-color:#E8F7DF;}
.Text{ width:150px;}
.Top{height: 70px; background:#92C97C url(Img/Top.png) repeat-x left center; line-height: 70px; color:#13668D; font-size:18px; font-weight:bold; text-align:center;}
