﻿/*后台数据库登录界面...*/
*
{
	margin:0;
	padding:0;
}
body 
{
	background-image:url(../images/loginPageBg.gif);
	text-align:center;
	overflow:hidden;
}
    
 #test 
 {
  background :URL(../images/login.gif) no-repeat center; width:577px; height:326px;
}
#ddd
{
	text-align:center;
	width:auto;
}
.login
{
	margin-top:70px;
    left: 135px; 
    width: 250px; 
    height: 104px;
    color:White;
	margin-bottom: 0px;
	margin-left:20px;
}
#title
{

	margin-top:75px;
	height:40px; 
	font-size: 24pt;
	color: #ffffff; 
	font-family: 楷体_GB2312;
	background-repeat:no-repeat;

}
.copyright
{
	margin-top:20px;
    height: 19px;
    text-align: center;
} 
a
{
	text-decoration:none;
}
.name
{
	margin-top:10px;
	text-align:left;
}
.pwd
{
   margin-top:5.5px;
   text-align:left;
}
.button
{
	text-align:left;
}
.identify
{
	text-align:left;
	margin-top:5.5px;
}
.border
{
	border-color:#ffffff;
}
