.box{
	padding:0;
	margin:0;
	background:none;
}
.box .box_header{
	position: relative;
	border:1px solid #ccc; 
	border-bottom:0;
}
.box .box_header .box_header_title{
	padding-left:10px;
}
.box .box_header .box_header_more{
	position: absolute;
	top:3px;
	right:3px;
}
.box .box_content{
	padding:7px;
	border:1px solid #ccc;
	border-top:0;
}
.box .box_footer{
	
}

.boxline{border:1px solid #ccc; padding:10px;}