body,html {
	margin:0px;
	height:100%;
	background-image:none;
	background-color:#333;
	font-family: Verdana, Geneva, sans-serif;
}
INPUT {
	font-size:medium; margin:0;
}
#daname,#dapass {
	font-size:medium;
	width:180px
}
#topbanner {
	height:120px;
	background:url(../images/delear_newbaner.png) #000 no-repeat right;
}
#bannertitle {
	padding-top:40px
}
#bannertitle_text {
	color:#FFF;font-size:x-large
}

.mid_ul {
	list-style: none;
	width:auto;
	margin:0 auto;
	height:550px;
	padding: 40px 0 0 0;
}
.mid_ul a{
	color:white;
	text-decoration:none
}
.mid_ul li {
	list-style: none;
	padding-top:100px;
	float:left;
	width:33%;
	height:350px;
	vertical-align:top;

}
.li_first {
	background: url(../images/index_li_first_bg.png) right no-repeat;
}
.li_last {
	background: url(../images/index_li_first_bg.png) left no-repeat;
}
#index_bro {
	width:250px;
	margin:0 auto;
	color:#FFF; 
	font-size: medium;
	/*text-align:center*/
}
#index_login {
	width:200px;
	margin:0 auto;
	padding:0;
	color:#FFF; 
	font-size: small;
}
#index_iso {
	width:320px;
	margin:0 auto;
	color:#FFF; 
	font-size: small;
}
.icon_iso {
	display:block;
	padding:0 20px 50px 0;
	width:100px;
}
#index_login label{
	display:inline-block;
	margin:0;
	width:80px
}
.icon_home {
	height:12px;
	border:0
}
.icon_cloud {
	float:left;
	width: 70px;
	padding:20px 30px 30px 40px
}
#index_msg{
	width:100%;
	color:red;
	margin:20px 0
}

/********************************* da_login.php *********************************/
#bodyforlogin {
	position: relative;
	width:  100%;
	/*min-height: 100%;*/
    /*height: auto !important; */
    height: 100%; 
	/*min-height: auto;*/
    margin: 0 auto -20px; 
	background-color:#333;

}
/********************************* bottomspace-linkstyle *********************************/
#bottomspace_login {
	position: relative;
	width: 100%;
	height: 20px;
	font-size: xx-small;
	color: #FFF;
	text-align:center;
	clear:both;
}
#bottomspace_login a {
	font-size: xx-small;
	color: #fff;
	text-decoration: none
}
#copyright_login {
	color: #ccc;
	width: 100%;
	text-align:center;	
}