﻿body
{
	font-size: 12px;
	background-image: url(../../PlatForm/Images/body_bg.jpg);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content
{
	width: 1003px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -501px;
}
#header
{
	width: 1003px;
	height: 102px;
	background-image: url(../../PlatForm/Images/login_head.jpg);
}
#left
{
	width: 504px;
	height: 396px;
	background-image: url(../../PlatForm/Images/login_left.jpg);
	background-color: Transparent;
	float: left;
	display:inline;
}
#right
{
	width: 499px;
	height: 396px;
	background-image: url(../../PlatForm/Images/login_right.jpg);
	float: left;
	display:inline;
}
#footer
{
	width: 1001px;
	height: 102px;
	background-image: url(../../PlatForm/Images/login_foot.jpg);
	float: left;
	display:inline;
}
/*文字标签*/
.label
{
	text-align: right;
	width: 60px;
}
/*登陆窗口表格位置样式*/
.login_table
{
	margin-top: 135px;
	font-size: 12px;
	float: left;
	display:inline;
}

/*下载安装位置*/
.setup
{
	width: 150px;
	height: 20px;
	color: #0c3978;
	font-weight: bold;
	margin-top: 275px;
	margin-left: 25px;
	float: left;
	display:inline;
}

/*用户名文本框样式*/
.usertext
{
	width: 120px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px #8A8A8A solid;
	background-image: url(../../PlatForm/Images/user.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*密码文本框样式*/
.passtext
{
	width: 120px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px #8A8A8A solid;
	background-image: url(../../PlatForm/Images/password.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
/*安装包字体链接样式*/
.setupfont
{
	font-size: 12px;
}

a.setupfont:link
{
	text-decoration: none;
}

a.setupfont:visited
{
	text-decoration: none;
	color: #15428B;
	font-weight: bold;
}

a.setupfont:hover
{
	text-decoration: none;
	color: #15428B;
	text-decoration: underline;
}

a.setupfont:active
{
	text-decoration: none;
	color: #15428B;
}
