/*全局設定
=======================================================================================================*/
body {
	margin:0px;
	padding:0px;

	background: url(../test_images/b.jpg) ;
	font-family: Arial,"宋体";
	font-size:12px;
	color:#1b1b1b;
	line-height:150%;
}
form{margin:0;padding:0;}
.clear { /* 此類應當放在 div 或 break 元素上，而且該元素應當是完全包含浮動的容器關閉之前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 a{color:#e60012;text-decoration:none;}
a:hover{color:#886d1c;}

#container { width: 815px;   height:auto;}


.input {BORDER: #c5c5c5 1px solid; FONT-SIZE: 9pt; COLOR: #666666; LINE-HEIGHT: 18px;  BACKGROUND-COLOR: #f3f3f3;}




/*頁頭設定
=======================================================================================================*/
#header {width: 815px; padding-top:20px; padding-bottom:5px;margin:0 auto} 

/*内容
=======================================================================================================*/
#container { width: 815px;background:url(../test_images/bg_1.jpg) no-repeat; height:532px;margin:0 auto}
/*内容2
=======================================================================================================*/
#container_1 { width: 815px;margin:0 auto}
.top{ background:url(../test_images/bg_3.jpg) no-repeat; height:150px}
.bo{ background:url(../test_images/bg_2.jpg) repeat-y}


/*頁腳設定
=======================================================================================================*/

#footer { width: 815px; padding-top:5px; padding-bottom:20px; margin:0 auto } 

/*弹出登陆框*/
.login { z-index: +1; } 

.login .inputb { width:120px; height:15px; border:1px solid #baced6; font-size:12px; padding-top:2px; margin-right:6px; display:block; float:left;} 
.login_header{ 
cursor:move 
} 
.login div.login_header 
{ 
border: black; 
border-bottom: 0px; 
cursor: default; 
width: 254px; 
height: 31px; 
line-height: 19px; 
vertical-align: middle; 
background: url('../test_images/bg_5.jpg') no-repeat; 
text-decoration: none; 
} 
.login div.login_body 
{ 
border: black; 
width: 254px; 
height: 242px; 
background: url('../test_images/bg_4.jpg') no-repeat ; 
margin:0; 
} 
.login img.login_exit 
{ 
float: right; 
margin: 6px 15px 0px 0px; 
cursor: pointer; 
} 
.login table 
{ 
border-collapse: collapse; 
margin-bottom:5px; 
} 
.login table th , .login table td { padding:6px 5px 6px 0;} 
.login table th { width:80px; text-align:right; font-weight:normal; color:#4e6aab; } 
.login .code {} 
.login .code img { border:1px solid #adc6dd; margin-bottom:-5px;} 
.login .lsubmit { padding-left:60px;} 
.login table td .linka { display:block; float:left; padding-top:4px; } 

