.MasterMatchMakers.Container { clear: both; margin-bottom: 1em; margin-top: 1em; position: relative; }
.DnnModule + .DnnModule .MasterMatchMakers.Container { margin-top: 2.5em; }
.MasterMatchMakers.Container > span:first-child { position: absolute; left: 0; top: 0; z-index: 999; }
.MasterMatchMakers.Container > span:first-child + * { margin-top: 0; }
.MasterMatchMakers.Container .DNNModuleContent > div > div.eipbackimg { display: none !important; }

/* -------------------------------------------------------------------------------------------- */

.MasterMatchMakers.Container01 {
	background-color: #fff;
	border: solid 1px #E6E7E8;
	box-shadow: 0 0 5px #EEE;
		-moz-box-shadow: 0 0 5px #EEE;
		-webkit-box-shadow: 0 0 5px #EEE;
	padding: 1.53em;
}
.MasterMatchMakers.Container01:before, .MasterMatchMakers.Container01:after {
	background: 0 0 no-repeat;
	bottom: -27px;
	content: '';
	display: block;
	height: 27px;
	opacity: 0.5;
	position: absolute;
	width: 50%;
}
.MasterMatchMakers.Container01:before {
	background-image: url('images/01/shadow-bottom-left.png');
	left: 0;
}
.MasterMatchMakers.Container01:after {
	background-image: url('images/01/shadow-bottom-right.png');
	background-position: right 0;
	right: 0;
}

/* -------------------------------------------------------------------------------------------- */

.MasterMatchMakers.Container01.WithTitle > h3 > img {
	margin-right: 0.75em;
	max-height: 2.3em;
	vertical-align: bottom;
}