﻿@import "base.css";

/* 登录页面样式 */
body{background:#fff;}

.colorBox{width:100%; overflow:hidden; position:absolute; left:0px; top:-50%; background-color:#005bac;}

.loginBox{width:600px; height:400px; overflow:hidden; position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-200px; z-index:1;}
.logo{width:350px; height:60px; margin:95px auto;}

.loginForum{width:600px; height:34px; overflow:hidden; margin-top:40px; line-height:32px;}
.loginForum dt{width:70px;}
.loginForum dd{width:195px;}
.loginForum span{display:block; text-align:center; border-radius:3px 0 0 3px; border:1px solid #e3e3e3;}
.loginForum input[type='submit']{width:68px; height:34px; overflow:hidden; text-align:center; cursor:pointer; background:#0066CC; border:1px solid #0059B3; border-radius:3px;}
.loginForum .text{width:174px; height:32px; overflow:hidden; padding:0px 5px; border:1px solid #e3e3e3; border-left:0px; border-radius:0 3px 3px 0;}

.copyRight{width:100%; margin-top:30px; line-height:30px; text-align:center; font-size:14px;}

/*login动态图*/
#container {position: absolute;height: 100%;width: 100%;}
#output{width: 100%;height: 100%;}
