﻿/* 登录页面样式
----------------------------------------*/
body
{
	margin:0;
	padding:0;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif,"宋体";
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a:link, a:visited
{
	color:#1e6899;
	text-decoration:none;
}

a:hover, a:active
{
	color:#cc0000;
	text-decoration:none;
}
a.one:link, a.one:visited
{
	text-decoration:underline;
}

a.one:hover, a.one:active
{
	text-decoration:underline;
}
.bg{
 width:100%;
 background:#93cdeb url(../images/login/login_bg.gif) repeat-x;
}
.main{
  width:910px;
  height:627px;
  margin:0px auto;
  margin-bottom:0px;
  overflow:hidden;
  background:url(../images/login/login_box.jpg) no-repeat;
}

.T_right{
  float:right;
  margin-top:105px;
  margin-right:45px;
  color:#1e6899;
  display:inline;
}
.loginT{
  position:relative;
  left:560px;
  top:280px;
}
.loginT td{height:31px;padding:0px 2px;}
.pad_0{padding:0px;}
.loginT td select{ width:155px; font-size:14px; height:22px; font-family:"宋体";}
.f14{font-size:14px;font-family:"宋体";}
.inputW{width:150px;height:18px;}
.w96{ width:86px;height:18px; vertical-align:middle;}
.yzm{vertical-align:middle; margin-left:2px;}
.v{vertical-align:middle;}
.btn1{
  border: 0px none;
  background: transparent url(../images/login/btn-pic.gif ) repeat scroll 0px 0px; 
  line-height: 33px;
  height: 33px; 
  width:132px;
  font-weight: bold;
  color:#1664ac;
  cursor:pointer;
}
.btn1{
  border: 0px none;
  background: transparent url(../images/login/btn-pic.gif ) repeat scroll 0px -32px; 
  height: 33px; 
  width:132px;
  cursor:pointer;
  margin-top:3px;
}
.btn2{
  border: 0px none;
  background: transparent url(../images/login/btn-pic.gif ) repeat scroll 0px 0px; 
  line-height: 33px;
  height: 33px; 
  width:132px;
  cursor:pointer;
  margin-top:3px;
}
.margL{margin-left:10px;}

.rel{ position:relative;}

