html
{
	overflow: hidden;
}
body
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 100%;
	border: 0;
	text-align: left;
	background-image: url(../BdcImage/bg.png);
	background-repeat: repeat;
}
form
{
	margin: 0;
	padding: 0;
}
.clear
{
	clear: both;
	line-height: 1px;
}
.login_main
{
	width: 920px; /*登录面板宽度*/
	margin: 0 auto; /*background-color: #526f99;/*登录面板背景色*/
	text-align: left;
	position: relative;
	vertical-align: middle;
}
.login_top
{
	width: 467px;
	height: 80px; /*登录面板头部高度*/
	background-image: url(../BdcImage/title1.png);
	background-repeat: no-repeat;
	margin: 20px 0px 0px 40px;
}
.login_middle
{
	width: 100%;
	height: 500px; /*登录面板中部高度*/
	background-image: url(../BdcImage/login.png);
	background-repeat: no-repeat;
}
.login_middleleft
{
	float: left;
	width: 410px; /*登录面板中部左侧宽度*/
	height: 100%; /*background-image: url(login_centerleft.jpg); 	background-repeat: no-repeat;*/
}
.login_middlecenter
{
	float: left;
	width: 500px;
	height: 100%;
	background-image: url(login_centerright.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.login_bottom
{
	width: 100%;
	height: 63px; /*登录面板底部高度*/
	background-image: url(login_bottom.jpg);
	background-repeat: no-repeat;
}
.login_title
{
	position: absolute;
	left: 235px; /*标题x坐标*/
	top: 100px; /*标题y坐标*/
	width: 560px; /*标题宽度*/
	height: 61px; /*标题高度*/
}
.letter_space
{
	letter-spacing: 1em;
}
.login_user
{
	padding: 0 0 0 0px; /*font-weight:bold;*/
	color: #000000; /*表单文字颜色*/
	font-size: 14px;
}
.login_pass
{
	padding: 16px 0 0 0px; /*密码框距用户名框的垂直距离*/
	padding: 14px 0 0 0px; /*密码框距用户名框的垂直距离*/ /*font-weight:bold;*/
	color: #000000; /*表单文字颜色*/
	font-size: 14px;
}
.login_form
{
	padding: 20px 0 0 180px; /*表单位置*/
}
.login_button_bdc input
{
	width: 200px;
	height: 32px; /*background-color:rgb(55,134,215);*/
	background-image: url(../BdcImage/loginbtn.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
.login_button_bdc_new input
{
	width: 100px;
	height: 32px; /*background-color:rgb(55,134,215);*/
	background-image: url(../BdcImage/loginbtnnew.png);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

.login_button_bdc_new input:hover
{
	background-image: url(../BdcImage/loginbtnprenew.png);
	background-repeat: no-repeat;
}
.login_button_bdc input:hover
{
	background-image: url(../BdcImage/loginbtnpre.png);
	background-repeat: no-repeat;
}

.login_user input
{
	width: 150px; /*密码框宽度*/
	border: solid 1px #9fbad8;
	height: 22px;
	line-height: 24px;
	background-color: #ffffff;
	cursor: text;
}
.login_pass input
{
	width: 150px; /*密码框宽度*/
	border: solid 1px #9fbad8;
	height: 22px;
	line-height: 24px;
	background-color: #ffffff;
	cursor: text;
}
.login_button_left
{
	/*position:absolute; 	left:468px;/*提交按钮x坐标*/ /*top:520px;/*提交按钮y坐标*/
	width: 240px;
	margin-top: 20px;
}
.login_button_right
{
	position: absolute;
	left: 582px; /*重置按钮x坐标*/
	top: 520px; /*重置按钮y坐标*/
}
.login_copyright
{
	color: #ffffff; /*版权声明文字颜色*/
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.login_info
{
	color: #000000;
	position: absolute;
	left: 585px; /*提示信息x坐标*/ /*top:445px;*/
	line-height: 150%;
	width: 210px;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
}
.login_info2
{
	color: #000000;
	position: absolute;
	left: 300px; /*提示信息x坐标*/
	top: 570px; /*提示信息y坐标*/
	line-height: 150%;
	width: 240px;
	overflow: hidden;
	font-size: 14px;
}
.login_skin
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #000000; /*皮肤管理文字颜色*/
	height: 30px;
	line-height: 30px;
}
.login_skin span
{
	cursor: pointer;
	cursor: hand;
}

.admin_txt
{
	font-family: 微软雅黑;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.admin_txt1
{
	font-family: 微软雅黑;
	font-size: 14px;
	color: rgb(57,137,210);
	text-decoration: none;
}

.admin_topbg
{
	width: 99.9%;
	height: 90px;
	padding: 0;
	margin: 0;
}
