html {
	height: 100%
}

html body {
	background-color: #E5E7E5;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html body div.table {
	display: table;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

html body div.table div.cell {
	display: table-cell;
	vertical-align: middle;
}

html body div.table div.cell table {
	border-collapse: collapse;
}

html body div.table div.cell table.wrapper {
	background-color: #E5E7E5;
	width: 1000px;
}

html body div.table div.cell table.wrapper tr td table.content {
	background-color: #FFFFFF;

}

html body div.table div.cell table tr td {
	padding: 0px;
	margin: 0px;
}

html body div.table div.cell table tr td.logo {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1NjAnIGhlaWdodD0nNDMxJyBzdHlsZT0nYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAwKTsnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDUxOSwwIDM4MCw0MzEgMCw0MzEnIHN0eWxlPSdmaWxsOiAjZmZmZmZmOycgLz48cG9seWdvbiBwb2ludHM9JzUyNCwwIDU2MCwwIDU2MCw0MzEgMzg1LDQzMScgc3R5bGU9J2ZpbGw6ICNmZmZmZmY7JyAvPjwvc3ZnPg==") no-repeat;
	background-position: bottom right;
	padding: 0px 30px 30px 0px;
	text-align: right;
	vertical-align: bottom;
	width: 150px;
}

html body div.table div.cell table tr td.logo img {
	width: 100px;
}

html body div.table div.cell table tr td.text {
	color: #4d5357;
	font-family: helvetica;
	font-size: 14px;
}

html body div.table div.cell table tr td.text a {
	color: #006643;
	outline: none;
}

html body div.table div.cell table tr td.text-fr {
	padding-right: 20px;
	text-align: left;
}

html body div.table div.cell table tr td.text-nl {
	padding-left: 30px;
	text-align: right;
}


html body div.table div.cell table.wrapper tr td table.content tr td.left, html body div.table div.cell table.wrapper tr td table.content tr td.right {
	width: 345px;
}

html body div.table div.cell table.wrapper tr td table.content tr.header td.text {
	color: #838e8d;
	font-family: sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 30px;
}

html body div.table div.cell table.wrapper tr td table.content tr.header td.icon {
	position: relative;
	width: 80px;
}

html body div.table div.cell table.wrapper tr td table.content tr.header td.icon  span {
    height: 30px;
    width: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

html body div.table div.cell table.wrapper tr td table.content tr.header td.icon.warning  span {
	background-image: url("icon.warning.png");
}

html body div.table div.cell table.wrapper tr td table.content tr.header td.icon.error  span {
	background-image: url("icon.error.png");
}

html body div.table div.cell table.wrapper tr td table.content tr.inner-content td.separator-left {
	border-right: #E5E7E5 1px solid;
	width: 39px;
}

html body div.table div.cell table.wrapper tr td table.content tr.inner-content td.separator-right {
	border-left: #E5E7E5 1px solid;
	width: 39px;
}

html body div.table div.cell table.wrapper tr td table.content tr.support-id td {
	text-align: center;
}

html body div.table div.cell table.wrapper tr td table.content tr.footer td.button {
	padding: 30px 0px 0px 0px;
}

html body div.table div.cell table.wrapper tr td table.content tr.footer td.button form {
	margin-bottom: 0px;
}

html body div.table div.cell table.wrapper tr td table.content tr.footer td.button button {
	background-color: rgba(255, 255, 255, 0);
	border: #008b5b 1px solid;
	color: #008b5b;
	padding: 1px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 0px;
	position: relative;
	min-width: 175px;
}

html body div.table div.cell table.wrapper tr td table.content tr.footer td.button button span {
	display: inline-block;
	vertical-align: top;
}

html body div.table div.cell table.wrapper tr td table.content tr.footer td.button button span.icon {
	width: 30px;
	height: 30px;
	background-image: url("icon.key.png");
	margin-top: 4px;
	margin-left: 5px;
}

html body div.table div.cell table.wrapper tr td table.content tr.footer td.button button span.text {
	padding: 9px 10px 8px;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	color: #008b5b;
}

html body div.table div.cell table.wrapper tr td table.content tr.spacer td {
	padding: 30px 20px 0px 30px;
}