.bsw-box {
	background: #fff;
	margin-bottom:10px;
	border:1px #cdcdcd solid;
}
.bsw-box .containerhead {
	height:21px;
	border-bottom: 1px dashed #cdcdcd;
}
.bsw-box .containerhead .icon {
	display:block;
	float:right;
	height:21px;
	width:10px
}
.bsw-box .containerhead .title {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
    font-size: 14px;
	font-weight: bold;
	color: #d1002e;
	margin-left: 5px;
}
.bsw-box .containerpane {
	clear: both;
	margin: 5px 5px 10px;
	line-height:16px;
}


