﻿/*@import url('foot.css');*/
body 
{
	margin:0;
	padding:0;
	background:silver;
	text-align: center;
	font-size:12px;
}

a
{
	text-decoration:none;
}

h4
{
	padding:0;
	margin:0;
}

.float
{
	float:left;
}

.clear
{
	clear:both;
}

#top
{
	padding:55px 0 0 10px;
	margin-top:10px;
	height:46px;
	width:968px;
	background:white;
}

#middle
{
	width:978px;
	height:235px;
	background:url(../Images/login-bg.jpg) center no-repeat;
}

#sysmiddle
{
	width:978px;
	height:235px;
	background:url(../Images/Syslogin-bg.jpg) center no-repeat;
}

#left
{
	margin:24px 0 0 55px !important;
	margin:24px 0 0 28px;
	width:345px !important;
	width:250px;
	float:left;
	line-height:150%;
	text-align:left;
	word-break:break-all; 
}


#right
{
	margin:31px 0 0 168px !important;
	margin:31px 0 0 0;
	float:left !important; float:none;

}

*+html #right
{
	position:relative;
	left:-130px;
	float :none;
	/*IE7 only*/
	}

.logintxt
{
	border:0;
	width:145px;
	height:15px;
	font-weight:bold;
}

.help
{
	 float:left;
	 padding:24px 0 0 380px;
}

.news
{
	 height:135px;
}

.login
{
	 padding-left:300px;
}

