.box
{
	width:320px;
	float:left;
	margin-bottom:4px;
}
.box_wide
{
	width:648px;
	float:left;
	margin-bottom:4px;
}

/*ORANGE BOXES*/
DIV.ob_content
{
	min-height:0;
	position:relative;
	height:1%;
	background-color:#fdf3ea;
	padding-top:5px;
	width:106%;
	margin-left:-10px;
	/*margin-right:-10px;*/
}
.ob_title
{
	background-color:#ed892b;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.ob_top_end
{
	background-color:#fdf3ea;
	border-top:solid 7px #ed892b;
}
.ob_left
{
	background-image:url(/img/box/box_hp_o_left.gif);
}
.ob_right
{
	background-image:url(/img/box/box_hp_o_right.gif);
}
.ob_btm
{
	background-color:#fdf3ea;
	border-bottom:solid 7px #ed892b;
}

/*BLUE BOXES*/
DIV.bb_content_w
{
	font-family:宋体;
	font-size:12px;
	min-height:0;
	position:relative;
	height:1%;
	background-color:#FFFFFF;
	padding-top:5px;
	width:103%;
	margin-left:-10px;
}
DIV.bb_content
{
	font-family:宋体;
	font-size:12px;
	min-height:0;
	position:relative;
	height:1%;
	background-color:#FFFFFF;
	padding-top:5px;
	width:106%;
	margin-left:-10px;
}
.bb_title
{
	background-color:#23507d;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.bb_top_end
{
	background-color:#FFFFFF;
	border-top:solid 7px #23507d;
}
.bb_left
{
	background-image:url(/img/box/box_hp_b_left.gif);
}
.bb_right
{
	background-image:url(/img/box/box_hp_b_right.gif);
}
.bb_btm
{
	background-color:#FFFFFF;
	border-bottom:solid 7px #23507d;
}
