﻿body{
	margin:0px auto;
	font-size:12px;
	background-image: url(login_bg.jpg);
	background-color: #00134B;
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,th ,div{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#div{
	width:100%;
	margin:0px auto;
	text-align:center;
}
.box{
	width:1003px;
}

.toptitleimg{
	height:212px;
	width:100%;
	background-image: url(login_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.con{
	height:224px;
	width:100%;
	padding-top:5px;
}
.left{
	width:246px;
	background-image: url(login_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.login{
	background-image: url(login22_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:80px 50px 0 120px;
}
.loginTable{
	width:100%;
}

.right{
	width:264px;
	background-image: url(login_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Buttons{
	text-align:left;
	padding-left:65px;
	padding-top:3px;
}


.boot{
	height:160px;
	width:100%;
	background-image: url(login_09.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*登录表单样式*/
.loginname tr td{
	text-align:right;
	height:20px;
}

.codes{
	width:72px;
	height:24px;
	/*border: 1px solid #333333;*/
}

input.LoginInput {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	width:145px;
}
input.LoginInputCodes {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	width:70px;
}

.LoginButton {
	height:18px;
	width:39px;
	border:0px;
	background-image:url(login1_08.gif);
	cursor:pointer;
	text-align: center;
	padding-top:3px;
}
