@CHARSET "UTF-8";

/*bigbox*/
.bigbox{
	width: 829px;
}
.bigbox .bigboxtit_l{
	background: url("../image/bigbox_tit_l.gif") no-repeat left bottom;
	width: 100%;
}
.bigbox .bigboxtit_c{
	color: #fff;
	background: url("../image/bigbox_tit_c.gif") repeat-x left bottom;
	width: 100%;
	height: 29px;
	font-size:14px;
	font-weight:bold;
	text-indent: 20px;
	line-height:30px;
}
.bigbox .bigboxtit_c .selftit{
	text-align: left;
	
}
.bigbox .bigboxtit_r{
	background: url("../image/bigbox_tit_r.gif") no-repeat right bottom;
	width:241px !important;
	width:100%;
	padding-left: 6px;
	padding-right: 8px;
}
.bigbox .bigboxcontleft{
	background: url("../image/bbox_border_l.gif") repeat-y left top;
	width: 100%;
}
.bigbox .bigboxcontright{
	background: url("../image/bbox_border_r.gif") repeat-y right top;
	width:241px !important;
	width:100%;
	padding:6px 8px 6px 6px;
}
.bigbox .bottleft{
	background: url("../image/bbox_border_bl.gif") no-repeat left top;
	width: 100%;
	height: 5px;
}
.bigbox .bottright{
	background: url("../image/bbox_border_br.gif") no-repeat right top;
	width:241px !important;
	width:100%;
	padding-left: 6px;
	padding-right: 8px;
	height: 5px;
}
.bigbox .bottcont{
	background: url("../image/bbox_border_bb.gif") repeat-x left top;
	width: 100%;	
	height: 5px;
}
.boxwin{
	height:100px;
	min-height: 100px !important;
}


/*simpbox*/
.simpbox{
	width: 240px !important;
	width: 250px;
}
.simpbox .simptitle{
	color: #085297;
	font-size:14px;
	font-weight:bold;
	text-indent: 15px;
	line-height:25px;
	height: 23px;
}
.simpbox .simpcontent{
	border-left: #8dd4fe solid 1px;
	border-right: #8dd4fe solid 1px;
	border-bottom: #8dd4fe solid 1px;
	height:200px;
	padding:3px;
	min-height: 200px !important;
}
.simpbox .simpclose{
	background:#64bff4 url("../image/bv.gif") no-repeat 90% 8px;
}
.simpbox .simpopen{
	background:#64bff4 url("../image/bv.gif") no-repeat 90% 8px;
}