
/**************************** 默认页面样式 ******************************/

body {
	margin: 0;
	background: #ffffff;
	text-align: center;
}

body, table, a, input, select, textarea, button {
	font-family: verdana;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

a {	text-decoration: none; }

img { border: 0;}

hr {
	height: 1px;
	border: 1px solid #ccc;
}

/**************************** 自定义样式 ******************************/

/* 页面主体 */
#page {
	width: 776px;
	height: 600px;
	border-left: 1px solid #001443;
	border-right: 1px solid #001443;
	background: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
}

#statebar {	margin-bottom: 10px; }
#statebar a { color: #fff; }
#statebar table {
	background: url(images/bg_navlight.gif) no-repeat left;
	color: #fff;
}

#statebar div {
	text-align: center;
	padding-left: 30px;
	color: #B5D7FA;
}

.headingcn {
	color: #000;
	font-weight: bold;
}

.headingen {
	letter-spacing: 0;
	color: #999;
}

#menu a { width: 110px; }
#menu a:hover {
	color: #690;
	border: #690 1px solid;
	background: #FBFEF5;
	padding: 0 4px;
}

#menu span { margin: 5px 0; }

#menu div {
	cursor: hand;
	font-weight: bold;
}

#mainbox {
	width: 580px;
	border: 1px #ccc solid;
	margin-bottom: 10px;
}
#box1 {
	border: 1px #ccc solid;
	margin-bottom: 10px;
	background-color:#ccc;
	text-align:center
	
}
#footer {
	clear: both;
	text-align: center;
	color: #999;
}

#MenuBox {
	display: inline;
	float: left;
	width: 145px;
	margin: 0 15px 10px 15px !important;
	margin: 0 0 10px 15px;
}

.remark { color: #999; }

.warning { color: #CC3366; }

.btnadd_1 
{ 
    font-size: 12px; 
    width: 80px; 
    height: 22px; 
    background-image: url(Images/Btn/btnadd_1.gif); 
    border: none; 
    padding-top: 3px; 
    cursor:hand; 
} 
.btnadd_2 
{ 
    font-size: 12px; 
    width: 80px; 
    height: 22px; 
    background-image: url(Images/Btn/btnadd_2.gif); 
    border: none; 
    padding-top: 3px; 
    cursor:hand; 
} 
.button1{
font-size:9pt;color:#000000;
height:24px;
background-color:#f5f5f5;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
border-top:1px solid #000000;
}

