@charset "gb2312";

* {
	font-family:"\u5b8b\u4f53";
}

h1 {
	display:inline;
	font-size:12px;
}

img {
	border:none;
}

html, body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*top start*/
div.bodyTop {
	height:25px;
	line-height:25px;
	background-color:#F4F4F4;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding-left:10px;
	font-size:12px;
}
/*top end*/

/*end start*/
div.bodyEnd {
	width:100%;
	font-size:12px;
}

div.bodyEnd div {
	line-height:25px;
	text-align:center;
}
/*end end*/

#div.both {
	clear:both;
	#display:none;
}