/*************************************************************/
/******************* 基本布局风格 ****************************/
/*************************************************************/
body, form, ul, li,dl, dd, dt {
	margin: 0;
	padding: 0;
	text-align: center;
}
body, td, input, select, textarea, button {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #333;
}
/*默认的链接样式*/
A:link {COLOR: #0066ff; TEXT-DECORATION: none}
A:visited {COLOR: #0066ff; TEXT-DECORATION: none}
A:active {COLOR: #ff6600; TEXT-DECORATION: underline}
a:hover  { color: #ff6600; text-decoration: none}

/*所有图片默认为无边框*/
img {
	border: none;
}

/*清除浮动*/
.hackbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0;
	margin-top: 0;
	clear: both;
	visibility: hidden;
}


/*最外层容器*/
.wrap {
	width: 100%;
	margin: 10px auto;
	/*background: #FFF url() repeat-x left top;*/
	text-align: left;
	border: 0px solid #FFF;
}
/*************************************************************/
/******************************************** 顶部 Tool Bar **/
/*************************************************************/

/*按钮*/
#toolbarshowbtn {
	position: fixed !important;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 28px;
	text-indent: -9999px;
	background: url(img/toolbar_showbtn.gif) no-repeat right top;
}


#toolbarframe {
	position: fixed !important;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	height: 30px;
	width: 100%;
}

#toolbarframe iframe {
	width: 100%;
	height: 30px;
}

#toolbar {
	height: 30px;
	border-bottom: 0px solid #A3A2B3;
	background: #F3F5Fc url() repeat-x left top;
	overflow: hidden;
}
