.content-box, .content-box-left, .content-box-right {
	width:48%;
	margin:0 1em 0 0;
	display:block;
	float:left;
}

div.content-box-right {
	margin: 0 0 0 1em;
}

.content-box .orange, .content-box .blue, .content-box .grey, .content-box-left .orange, .content-box-left .blue, .content-box-left .grey, .content-box-right .orange, .content-box-right .blue, .content-box-right .grey {
	color:#000 !important; 
	margin:0 !important; 
	padding:4px 4px 4px 10px !important; 
	font-size:1em !important;
}

.content-box .orange, .content-box-left .orange, .content-box-right .orange {
	background-color:#fde5c6 !important;
}

.content-box .blue, .content-box-left .blue, .content-box-right .blue {
	background-color:#e3e6ef !important;
}

.content-box .grey, .content-box-left .grey, .content-box-right .grey {
	background-color:#eee !important;
}

.box-orange {
	border:1px solid #f29400;
}

.box-blue {
	border:1px solid #003362;
}

.box-grey {
	border:1px solid #b3b3b3;
} 