@charset "utf-8";
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image: url(background.gif);
  width:100%;
  margin-top: 2 ;
  
}

/* Body Section */

body.background { background-image:url(background.gif) repeat;
width: 100%;

}



/* search */
form.search {
	/*position: absolute;
	top: 35px; right: 25px; */
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox { float:right;
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(/china/style/images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline; }


 

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*Table Section */

table.head  {
background: url(background.gif);
border-bottom:thin solid #CCCCCC;
}

