﻿@charset "utf-8";
@import url(/style/base.css);

body {font-size: 12px;font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif", "明细体";}

#login-content{width:100%;height:540px;margin:0px auto;}
#login-top{width:100%;height:90px;background:url(../images/login/top_bg.jpg) repeat-x}
#login-logo{width:980px;height:90px;margin:0px auto;background:url(../images/login/logo.png)}
#login-box{width:960px;height:450px;margin:0px auto;}
#login-box-left{width:585px;height:420px;margin-top:10px;float:left;}
#login-box-left-banner{width:585px;height:387px;background:url(../images/login/banner.jpg)}
#login-box-right{width:361px;height:387px;margin-top:10px;float:left;margin-left:10px;background:url(../images/login/login.jpg)}
#login-box-right-box{width:300px;height:330px;margin-left:25px;margin-top:85px;}
.login-text-box{width:300px;height:45px;color:#323232;line-height:45px;}
.login-text-box img
{
	cursor:pointer;
	display:inline;
	vertical-align:middle;	
	*vertical-align:text-bottom;
	margin-bottom:1px;
	*margin-bottom:3px;
}
.login-text-border{border:2px solid #dddddd; font-size:16px;}
.login-button{background:url(../images/login/bottom.gif);width:99px;height:28px; cursor:pointer; border:0;}
#copying{width:300px;height:60px;background:#f2f2f2;line-height:20px;margin-top:10px;text-align:center;font-size:12px;color:#8D8D8D;}
