html {
min-height:100%;
}

a {
color:#048;
text-decoration:none;
}

a:hover {
color:#06C;
}

body {
margin : 0 auto ;
color:#444;
font:normal .83em Consolas;
padding-top:20px;
}

p,code,ul {
padding-bottom:0;
}

fieldset {
display: table-column;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
} 
legend {
padding: 6px;
}
<!--[if IE]>
fieldset {
display: block; 
} 
<![endif]--> 

h1{
color:#5f2e25;
font-weight:700;
margin:1em 0 .75em;
}

h2 {
color:#5f2e25;
font-weight:700;
margin:1em 0 .75em;
}

h3 {
color:#ab3c33;
font-weight:700;
margin:1em 0 .75em;
}

h4 {
color:#000;
font-weight:700;
margin:1.25em 0 .5em;
}

h5 {
color:#000;
font-weight:700;
margin:1em 0 .5em;
}

strong {
font-weight:700;
}

#div_login {
width:500px;
margin:0 auto;
}
#div_notice{
width: 540px;
padding-bottom: 20px; padding-right: 10px;
margin:0 auto;
}

#ul_notice li {
padding-top:10px;
}

#ul_logform li {
padding-bottom:10px;
}

.alert {
color:#cd7000;
}

#inner-container {
border:5px solid #8da454;
border-radius: 10px;
background:#FFF;
width:95%;
margin:0 auto;
padding:10px;
}

#outer-container {
padding-bottom:30px;
margin:0 auto;
}

#div_header {
background-image:url(../pic/fix_log_new.jpg);
background-repeat: no-repeat;
height:160px;
margin-bottom:10px;
text-align:center;
}

#div_path table {
color:#000000;
font:bold 1.2em Verdana,sans-serif;
height:auto;
width: 100%;
padding:0;
/* margin-bottom:5px; */
}

#div_path a {
color:#300;
text-decoration:none;
}

#div_path a:hover {
color:#300;
font:bold 1em Verdana,sans-serif;
text-decoration:underline;
}

#div_main {
padding-left:2px;
min-width:100%;
overflow:hidden;
border-bottom:5px solid #FFF;
border-top:5px solid #FFF;
margin:0;
position: relative;
z-index: 999;
}

#div_content {
width:100%;
overflow-x:visible;
overflow-y:scorll;
padding-top:10px;
/* padding-left:8px;
padding-right:8px; */
padding-bottom:45px;
background:#FFF;
}

.buttonsize {
width:60px;
height:25px;
}

.ui-menu { width: 160px; }

#div_right{
float: right;
width:86%;
margin-left: 15px;
min-height: 450px;
text-align:left; 
font-size:medium;  
font-weight:bold; 
position: relative;
z-index: 0;
}

#div_news{
border:2px solid #D7D7D2;
}

#div_navigation {
float:left;
width:12%;
/* margin-top:10px; */
margin-bottom:20px;
background:#FFF;
	/* menu�|�û���ܦbtop */
position: relative;
z-index: 999;
}

#div_countdown {
border:1px solid silver;
background:#FFC;
color:gray;
padding:5px;
display:none;
}

#div_footer {
background:url(../pic/fix_footer.jpg) no-repeat;
height:95px;
margin-bottom:0;
color:#000000;
font:1em Verdana,sans-serif;
margin-top:10px;
padding-top:5px;
clear:both;
width:100%;
position: relative;
z-index: 0;
}

#div_footer a {
color:#008888;
text-decoration:none;
}

#div_footer a:hover {
font:bold 1em Verdana,sans-serif;
color:#00DD77;
}

input.error {
background:#FF8080;
}

*,form,input {
margin:0;
padding:0;
}
.downloadxls {
    background:url(../pic/xls.png) no-repeat;
    cursor:pointer;
    width: 30px;
    height: 30px;
    border: none;
  
}

.css_btn_class {
	font-size:8px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ebebeb;
	padding:9px 11px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d0e7ed), color-stop(100%, #a2e8df) );
	background:-moz-linear-gradient( center top, #d0e7ed 5%, #a2e8df 100% );
	background:-ms-linear-gradient( top, #d0e7ed 5%, #a2e8df 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e7ed', endColorstr='#a2e8df');
	background-color:#d0e7ed;
	color:#36423e;
	display:inline-block;
	text-shadow:0px 0px 0px #9aadaa;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #e7eff0;
 	-moz-box-shadow:inset 0px 0px 0px 0px #e7eff0;
 	box-shadow:inset 0px 0px 0px 0px #e7eff0;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #a2e8df), color-stop(100%, #d0e7ed) );
	background:-moz-linear-gradient( center top, #a2e8df 5%, #d0e7ed 100% );
	background:-ms-linear-gradient( top, #a2e8df 5%, #d0e7ed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2e8df', endColorstr='#d0e7ed');
	background-color:#a2e8df;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
.css_btn2_class {
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #92a698;
	padding:9px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c8fad2), color-stop(100%, #f0fffb) );
	background:-moz-linear-gradient( center top, #c8fad2 5%, #f0fffb 100% );
	background:-ms-linear-gradient( top, #c8fad2 5%, #f0fffb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8fad2', endColorstr='#f0fffb');
	background-color:#c8fad2;
	color:#2f4734;
	display:inline-block;
	text-shadow:0px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	box-shadow:inset 0px 0px 0px 0px #ffffff;
}.css_btn2_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f0fffb), color-stop(100%, #c8fad2) );
	background:-moz-linear-gradient( center top, #f0fffb 5%, #c8fad2 100% );
	background:-ms-linear-gradient( top, #f0fffb 5%, #c8fad2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0fffb', endColorstr='#c8fad2');
	background-color:#f0fffb;
}.css_btn2_class:active {
	position:relative;
	top:1px;
}

.ui-dialog { z-index: 1000 !important ;}