body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #bbe0fa;
}

#page
{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

#header-content {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#logo {
	width: 452px;
	height: 105px;
	background: url("/images/logo.gif") no-repeat;
}

#content {
    background: url("/images/login_banner.jpg") no-repeat center center;
}

#content-main {
	margin: 0 auto;
	width: 990px;
	height: 450px;
}

#login {
	float: right;
	width:300px;
	height:250px;
	margin: 140px 0 0;
	padding: 0;
}

#login dl {
}

#login dt {
	float: left;
	padding: 12px 20px 4px 0; 
	width: 70px;
	color: #555;
	font-size: 1.0em;
	text-align: right;
}
#login dd {
	text-align: left;
	height: auto;
	padding-top: 8px;
}

.input-txt{
	width: 160px;
	height: 25px;
	background: #ff;
	line-height: 25px;
	border: 1px solid #999;
	outline: none;
}

.input-code {
	width: 80px;
	height: 25px;
	background: #ff;
	line-height: 25px;
	border: 1px solid #999;
	outline: none;
	display: block;
	float: left;
}
#ccaptcha {
	float: left;
	margin-left: 10px;
}

.input-chk {
}

#errorMsg {
	margin: 0 0 0 40px;
	padding: 0;
	color:#ff0000;
	font-size: .8em;	
}

#login-btn {
	margin: 10px 0 0 80px ;
}

.btn-login {
	width:73px; 
	height:33px; 
	background:url("/images/btn_login.gif") no-repeat; 
	border:none; 
}
.btn-login:hover {
	background:url("/images/btn_login_hover.gif") no-repeat; 
}

#menu {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

#menu-bottom {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#menu-bottom a{
	display: block;
	float: left;
	width: 210px;
	height: 60px;
}
.menu-1  {
	background: url("/images/btn_01.gif");
}
.menu-1:hover {
	background: url("/images/btn_01_hover.gif");
}
.menu-2  {
	margin-left: 0;
	background: url("/images/btn_02.gif");
}
.menu-2:hover {
	background: url("/images/btn_02_hover.gif");
}
.menu-3  {
	margin-left: 20px;
	background: url("/images/btn_03.gif");
}
.menu-3:hover {
	background: url("/images/btn_03_hover.gif");
}
.menu-4  {
	margin-left: 20px;
	background: url("/images/btn_04.gif");
}
.menu-4:hover {
	background: url("/images/btn_04_hover.gif");
}

#footer
{
	background: #fff;
	padding: 0 0 20px;
	margin: 0 0 100px 0;
	font-size: 0.9em;
	text-align: center;
}
#footer-nav {padding-top: 80px; margin:0 auto; width:500px;}
#footer-nav ul {list-style:none;margin:0px;}
#footer-nav ul li {float:left;display:block;line-height:20px;margin:0 10px; color:#555555;}
#footer-nav ul li a, #menu ul li a:visited {font-size: 1.0em; color:#555555; text-decoration: none}
#footer-nav ul li a:hover{}
.nav-div {width:1px;height:20px;background:#555}

#copy {margin-top: 30px; clear: both;}

