﻿body
{
	background-color: Black; text-align :center ; height :100%; width:100%;
}
div{  margin: 0; padding: 0; }
div ul li, div ul
{
float: left;
padding: 0;
margin: 0;  list-style-type:none ;
}
.logintxt
{
 padding: 5px;
width: 200px;
border: 1px solid #00FF99;
}

 /***登陆框**/       
.div_loginarea
{
	 width: 500px; text-align: center; background-color: White;
        margin-left: auto; margin-right: auto; margin-top: 150px;
	}
/**上下底图**/
.headleft{background-image: url('../images/login/headleft.gif');width:5px;height:35px;}
.headright{background-image: url('../images/login/headright.gif'); float:right; width:5px;height:35px;}

.footleft{background-image: url('../images/login/footleft.gif');width:5px;height:50px;}
.footright{background-image: url('../images/login/footright.gif'); float:right; width:5px;height:50px;}
.headbg
{background-image: url(../images/login/head.gif); width: 490px; height: 35px;
	}
.footbg
{background-image: url(../images/login/foot.gif); width: 490px; height: 50px;
}
/*主体内容*/
.conentcenter
{
	text-align: center;  padding : 20px;}
.inputcontent
{
	margin-left: 100px; text-align: left; width :auto ;}
/**按钮**/
.div_button
{ margin :0 auto; margin-top:8px; text-align :center ;
	}
.btnSmbit
{background-image: url(../images/login/login.gif);
                            width: 66px; height: 35px; border: 0; float :left ; margin-left:200px;
	}
.btnCancel
{background-image: url(../images/login/exit.gif);
                            width: 74px; height: 35px; border: 0;float :left ; margin-left:20px;
	}


.fullwidth{width:100%}
.logintitle{  padding-top:10px; font-size:14px; font-weight:bolder; width:auto ;}

