﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:Arial,"宋体"; font-size:12px; color:#333;}
a{ text-decoration:none; color:#054a8d;}
li{ list-style: none;}
table{border-collapse:collapse;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

html,body{ background:#ffffff; width:100%; height:100%; position:relative;}
.main { width:1024px; height:600px; background:url(/Styles/Images/beijing.jpg) no-repeat; margin-top:-300px; margin-left:-512px; position: absolute; top:50%; left:50%;}
.logindiv { width:258px; height:92px; margin-top:318px; margin-left:656px;}
.logindiv input{width:158px;height:22px; margin-bottom:10px;}
input.validation { height:22px; width:80px; margin-bottom:12px; vertical-align:middle}
.red_ero{ color:red;display:block;width:300px;}
.red_ero li{ color:red;}
.loginbar input{ width:69px; height:28px; border:none; background:url(/Styles/Images/btn.png);}
.loginbar input:hover{ background:url(/Styles/Images/btn1.png);}
.loginbar { width:69px; height:28px; margin:15px 0 0 49px;}
.footer{ position: absolute; z-index: 1; right: 0px; bottom: 45px; width: 100%; height: 16px; text-align: center;}
a:link {
    color:#065db4;
    text-decoration:none;
    }
    a:hover {
    color:#000000;
    text-decoration:underline;
    }