.content-container {
	margin: auto;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.content-container-left {
	background-color: #ffffff;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-container-left h1, .content-container-left h2, .content-container-left h3 {
	border-bottom: 1px solid #b0cdc0;
	color: #0d7d3a;
	font: normal 22px 'oswald', Arial, Helvetica, sans-serif;
	line-height: 34px;
	margin: 0 0 10px 0;
	padding: 6px 0 8px 0;
	text-decoration: none;
}

.content-container-left p {
	color: #363636;
	font: normal 14px 'opsans', Arial, Helvetica, sans-serif;
	line-height: 24px;
	padding: 6px 0;
	text-decoration: none;
}

.content-container-left p a {
	color: #0471c1;
	text-decoration: none;
}

.content-container-left p a:hover {
	color: #045a97;
	text-decoration: underline;
}

.content-container-left p.last {
	padding-bottom: 24px !important;
}

.content-container-right {
	background-color: #dedede;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-container-right .field {
	margin-bottom: 18px;
}

.content-container-right .textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	color: #363636;
	font: normal 14px 'opsans', Arial, Helvetica, sans-serif;
	height: 120px;
	padding: 10px 2.5%;
	width: 100%;
	resize: none;
}

.content-container-right .textfield {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	color: #363636;
	font: normal 14px 'opsans', Arial, Helvetica, sans-serif;
	padding: 10px 2.5%;
	width: 100%;
}

.content-container-right .title {
	margin-bottom: 2px;
}

.content-container-right .title span {
	margin-left: 4px;
}

.content-panel {
	background: url(../image/content-bg.gif) repeat-y left top;
}

.error {
	border-color: #cc6c6c !important;
}

.res-two-col {
	font-size: 0;
	position: relative;
}

.res-two-col-box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}