		.epoBanner {
			margin: 0 auto;
			position: relative;
			width: 964px;
		}
		.epoBanner .contentBox {
		    position: absolute;
		    top: 1.25em;
		    left: 1.25em;
		    background: rgba(255, 255, 255, 0.85);
		    width: 21.666em;
		    padding: 1.3em 1.667em 0.8em 1.667em;
		}
        .epoBanner .contentBox h1 {
            border: none;
            margin-bottom: 0.3em;
			margin-top: 0;
        }

		.epoBanner .contentBox p {
			margin-bottom: 0;
		}

		.epoDownloadsContainer {
			margin-bottom: 16px;
		}

		.epoBanner.skinPatents {
			margin-bottom: 26px;
		}

		.epoBanner.skinPatents button {
			background-color: #be0f05;
			color: #fff;
			font-weight: bold;
			padding: 10px 20px;
		}


		.epoBanner.skinPatents .contentBox h1 {
			color: #fff;
		}

		.epoBanner.skinPatents .contentBox {
			position: absolute;
			top: -37px;
			left: auto;
			background: none;
			width: 21.666em;
			padding: 1.3em 1.667em 0.8em 1.667em;
		}