﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote,dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{     
border:medium none;     
margin: 0;     
padding: 0;     
}     
body{
background:url(../images/login-bg.jpg) repeat-x #0294c0; width:100%; height:100%; text-align:center;}
a{color:#498cd7;font-size:12px;}
a:hover{color:#498cd7;text-decoration:none;}
ul{list-style-type:none;background-color: white;}
.login{position:absolute;top:140px;left:360px;width:280px;}
.clear{clear:both;}
.main{background:url(../images/login-bg.jpg) no-repeat; width:100%; height:100%; margin:0 auto;text-align:left;position:relative;}
.main ul{width:300px;}
.main ul li{width:300px;height:40px;}
.change{height:24px; border:1px solid #1a4b93; width:180px;}
.label-wz{width:80px; height:24px; line-height:24px; text-align:right; float:left; color:black; font-size:14px; font-weight:bold; }
.input-wz{ width:172px; height:24px; line-height:24px; padding:0 4px; border:1px solid #1a4b93;}
.input-authcode{ width:70px; height:24px; line-height:24px; padding:0 4px; border:1px solid #1a4b93;}
.yzm{width:82px; height:28px; line-height:28px; padding:0 4px; border:1px solid #1a4b93;}
.login-btn{ background:url(../images/login/button.gif) no-repeat; width:98px; height:43px; margin-left:80px; cursor:pointer; margin-top:0px;}
.f-l{float:left;}
