@charset "GB2312";

/*Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	*border-collapse: collapse;
	border-spacing: 0;
	
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul  {
	list-style: none;
}
caption, th  {
/*	text-align: left;*/
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q: before, q: after {
	content: '';
}
abbr, acronym  {
	border: 0;
}

body {
	/*font: 13px arial,helvetica,clean,sans-serif;*/ /*20100205 IE7 10px(13x77%) error*/
	font:13px "ËÎÌå",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
table  {
	font-size: inherit;
	height: 29px;
}
select, input, textarea  {
	/*font: 12px arial,helvetica,clean,sans-serif;*/ /*20100205 IE7 10px(13x77%) error*/
	font:12px "ËÎÌå",arial,helvetica,clean,sans-serif;
}
pre, code  {
	font: 115% monospace;
	*font-size: 100%;
}

/* clearfix */
.clearfix:after {display: block;clear:both;height: 0;line-height: 0;visibility: hidden;content: ".";font-size: 0.1em;}
.clearfix{display:inline-block;}/* Hides from Mac-IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }/* End hide from Mac-IE */

