﻿@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
html {height:100%;}
body{position:relative;height:auto !important;height:100%;min-height:100%; font-size:12px;}
.pop_center{ position:absolute; top:50%; left:50%; margin:-350px 0 0 -600px; width:1200px; height:700px; background:url(../img/login_bg.jpg)}
.login_top{background:#17577c; height:50px; line-height:50px; }
.login_top .top_div{color:#afc5d2; width:1000px; margin:0 auto;}
.login_top .top_div .nav_link a{margin:0 10px; text-decoration:none; color:#afc5d2}
.login_foot{ background:#4c97c2; height:50px; position:absolute; width:100%; clear:both; bottom:0; left:0; line-height:50px; text-align:center; color:#2c6589;}
.login_text{width:300px; height:40px; border:none; background:#ecf5fa; line-height:40px; font-weight:bold; }
.login_btn{width:90px; height:30px; border:none; background:#3e96c9; cursor:pointer; color:#FFF; font-weight:bold; margin-left:-10px; margin-top:-3px;}