.box_container{
	margin: 5px 0px 5px 0px;
}
.box_icon{
	width:30px;
	height:30px;
	float:left;
}
.box_title_text_container{
	float:left;
	height:30px;
	overflow:hidden;
}
.box_title_text{
	height:20px;
	overflow:hidden;
	margin-left:5px;
}
.box_title_underline{
	height:5px;
	background-color:#FF5CAE;
	margin-bottom:2px;
	overflow:hidden;
}
.box_content{
	margin:3px 5px 0px 15px;
	clear:both;
}
