﻿@import "base.css";

/* 登录页面样式 */
.mBox{width:800px; height:400px; overflow:hidden;}
.logoBox{width:800px; height:150px; overflow:hidden; background:#005bac;}
.logoBox img{height:50px; margin:50px auto;}

.loginForm{width:600px; height:34px; overflow:hidden; margin:40px auto;}
.loginForm dt{float:left; width:68px; height:32px; overflow:hidden; background:#eee; border:1px solid #ddd; text-align:center; line-height:32px;}
.loginForm dt:last-child{width:70px; height:34px; border:0px;}
.loginForm dt input{width:68px; height:34px; overflow:hidden; background:#005bac; border:0px; line-height:30px; text-align:center; color:#fff; cursor:pointer;}
.loginForm dd{float:left; width:184px; height:32px; overflow:hidden; margin-right:10px; background:#fff; border:1px solid #ddd; border-left:0px;}
.loginForm dd input{width:170px; height:14px; overflow:hidden; margin:9px 0 0 7px; line-height:14px; border:0px;}

.copyRight{width:100%; line-height:30px; text-align:center; color:#bbbbbb;}

/* 
蓝色：005bac
*/