* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #c6c6c6;
	font-family: 'Open Sans';
	font-size: 16px;
	color: #282828;
	}

.fl { float: left; }
.cl { clear: both; }
.bold { font-weight: bold; }

.outer-box {
	position: relative;
	width: 90%;
	max-width: 760px;
	margin: 40px auto;
	}

.inner-box {
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	}

.b-left {
	float: left;
	overflow: hidden;
	padding: 20px 10px 0 50px;
	}

.b-left > img {
	display: inline-block;
	float: left;
	}

.b-right {
	float: left;
	overflow: hidden;
	padding: 100px 20px 0 20px;
	}

.b-right > img {
	float: left;
	width: 340px;
	border: 0;
	}

.text {
	color: #000000;
	font-size: 20px;
	margin-top: 10px;
	}

.button {
	display: inline-block;
	float: left;
	margin-left: 80px;
	margin-top: 50px;
	background-color: #de3939;
	color: #f1f1f1;
	width: 200px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	border-radius: 4px;
	}

a:link.lnk, a:visited.lnk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
a:hover.lnk {
	text-decoration: none;
	}

@media (max-width: 760px) {
		.b-left { padding-top: 20px; }
		.b-left > img {	width: 160px; }
		.b-right > img { width: 250px; }
		.b-right { padding-top: 80px; padding-left: 30px; }
		.text { font-size: 14px; }
		.button { margin-left: 50px; margin-top: 30px; height: 50px; line-height: 50px; width: 180px; }
	}

@media (max-width: 620px) {
		.b-left { padding: 20px 50px 0 50px; text-align: center; width: 100%; }
		.b-left > img { float: none; }
		.b-right { padding: 20px 0 0 0; text-align: center; width: 100%; }
		.b-right > img { float: none; width: 300px; }
		.text { float: none; display: block; font-size: 17px; }
		.button { float: none; width: 90%; margin: 30px 0 30px 0; }
	}

@media (max-width: 400px) {
		.b-right > img { float: none; width: 200px; }
		.text { float: none; display: block; font-size: 14px; }
		.button { float: none; width: 90%; margin: 30px 0 30px 0; }
	}

