﻿@charset "utf-8";
	/* CSS Document*/
	
* {
	margin: 0;
	padding: 0;
}
html {	
     font-size:12px; 
     font-family: '微软雅黑',Arial, Helvetica, sans-serif; 
	 color:red;
     margin: 0; 
     padding: 0; 
     border:0; 
     height:100%; 
     max-height:100%; 
     overflow:hidden; 
	  background:url(../images/login_bg.png) left top repeat;   
	/* Required*/
	
}
body {
	height:100%; 
 	max-height:100%;  	
 	padding:0px; 
 	margin:0px; 
 	border:0px;
	overflow:hidden; 	
}

Li,dd,dl,dt {
	list-style: none;
	overflow: visible;
	white-space: nowrap;
	/* text-overflow: ellipsis;*/
	
}
a{ display:block; color:#0791fb; text-decoration: none;}
a:hover{ color:#46acfb; text-decoration:none;}
a:focus {
    outline:none;
    -moz-outline:none;
}
input{ 
	font:12px Arial, Helvetica, sans-serif,'微软雅黑'; 
	color:#000;
}
img{ 
	vertical-align:middle;
	border: none;
}
.warp{ 
	width:100%;
	/*background-color:#00C;*/	
	}
.login_content{ 
	margin:0 auto;
	width:486px; 
	height:309px;	 
	background:url(../images/login_panel_bg.png) no-repeat left top;	
	}
.login_content ul{ width:260px;  margin-left:90px; padding-top:55px; }
.login_content ul li{ height:34px; line-height:34px; text-align:right;}	
.login_content ul li.zdy{ text-align:left; padding-left:60px;}
.login_content ul li label{ font-size:14px; font-weight:bold; color:#6b6b6b;}
input.usn{ 
	width:194px; 
	height:20px; 
	background: none; 
	padding:3px; border:0; 
	background:url(../images/login_input_bg.png) no-repeat left top; 
}
input.psw{ 
	width:194px; 
	height:20px; 
	background: none; 
	padding:3px; 
	border:0; 
	background:url(../images/login_input_bg.png) no-repeat left top; 
}
a.sbm{ 
	float:left; 
	margin-right:4px; 
	text-align:center; 
	color:#000; 
	width:118px; 
	height:33px; 
	line-height:33px; 
	text-indent:-3000px;
	background:url(../images/btn_normal.png) no-repeat left top;
}
a.sbm:hover{ 
	color:#fff; 
	background:url(../images/btn_hover.png) no-repeat left top;
}

a.cs{ 
	display:block; 
	float:left;
	text-align:center; 
	color:#000; 
	width:118px; 
	height:33px; 
	line-height:33px; 
	text-indent:-3000px;	 
	background:url(../images/btn2_normal.png) no-repeat left top; 
    margin-left:10px;
}
a.cs:hover{ 
	color:#fff; 
	background:url(../images/btn2_hover.png) no-repeat left top;
}

div.ct{ 
    width:255px; height:38px; 
	margin-left:100px; 
	margin-top:3px;
	padding-left:5px; 
	padding-top:6px;
}
.copy_right{
	margin:0 auto; 
	height:60px; 
	line-height:60px; 
	text-align:center; 
	color:#506cac;  
	/*background-color:#09C;*/
	}
