.default_container {
	border: 1px solid #dee2e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	min-height: 500px;
	width: 100%;
	margin: 0 0 30px 0;
	background-color: #fff;
	padding: 30px;
}
.def_header .def_tit{
	font-size: 20px;
	color: #282b31;
	text-align: center;
	margin: 0 0 25px 0;
}
.def_header .def_summary{
	font-size: 12px;
	color: #666;
	height: 32px;
	line-height: 32px;
	background-color: #f5f5f7;
	padding: 0 30px;
}
.def_txt{
	padding: 30px 0;
	color: #282b31;
	
}
