.frame-common {
	margin-top: 50px;
	margin-bottom: 50px;
}

.frame-div {
    font-size: 13px;
    line-height: 25px;
	color: #222;
	border: 2px solid #ccc;
	border-radius: 4px;
	overflow: auto;
	padding: 5px 10px;
}

.frame-title {
	font-weight: bolder;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 20px;
	padding: 10px 20px;
	background-color: #b11f24;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    display: inline-block;
}

.hr-frame {
	clear: both;
	border: none;
	height: 2px;
	background-color: #b11f24;
	width: 100%;
	margin: 0px;
}

.frame-content {
	padding: 10px 20px;
	background-color: #fff;
}