<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
}
body {	
	FONT-SIZE: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}

td,font {
	FONT-FAMILY: 宋体; 
}
table {
	/*border:0;*/
	border-collapse:collapse;
	border-spacing:0;
}
td, th {
	/*border:0;*/
	padding:0;
	margin:0;
}
a:link          { color: #8F8F8F; text-decoration: none }
a:visited       { color: #8F8F8F; text-decoration: none }
a:active        { color: #8F8F8F; text-decoration: none }
a:hover         { color: #8F8F8F; text-decoration: none;}
form {
	margin:0px;
	padding:0px;
}

#id_header,#id_mainBody,#id_footer {
   width:980px;
   overflow:hidden;
   margin:auto auto;
   /*text-align:center;*/
}
#id_header .nav-selected {
  
}

#id_login_username {
	background-COLOR:#EAEAEA;
	width:120px;
	height:20px;
}
#id_login_password {
	background-COLOR:#EAEAEA;
	width:120px;
	height:20px;
}
#id_login_checkCode {
	background-COLOR:#EAEAEA;
	width:40px;
	height:20px;
}
#id_header_login .loginTdCss{
  color:#A1A1A1;
  font-size:12px;
  font-family:Arial;
  padding-top:3px;
  height:20px;
}
#id_login_table td {
	border:1px solid blue;
}

.roundLeft {
	background-image:url(../images/roundleft.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#E8E8EA;
}
.roundRight{
	background-image:url(../images/roundright.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#E8E8EA;
}

#id_position{
  color:#8F8F8F;
  font-size:12px;
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
  border-top:3px solid #8F8F8F;
  border-bottom:1px solid #8F8F8F;
  text-align:left;
}


.body_td_left_css{
  padding-left:5px;
}</pre></body></html>