body {
	background-color: #FFFFFF;
	padding-top: 100;
}

td.border_left {
	background-image: url(https://content.dv-servers.eu/img/border_left.gif);
	/*background-repeat: repeat-y;*/
	width: 22;
}

td.border_right {
	background-image: url(https://content.dv-servers.eu/img/border_right.gif);
	/*background-repeat: repeat-y;*/
	width: 22;
}

td.border_bottom {
	background-image: url(https://content.dv-servers.eu/img/border_bottom.gif);
	/*background-repeat: repeat-x;*/
	height: 26;
}

td.border_top {
	background-image: url(https://content.dv-servers.eu/img/border_top.gif);
	/*background-repeat: repeat-x;*/
	height: 27;
}

td.corner_top_left {
	background-image: url(https://content.dv-servers.eu/img/border_top_left.gif);
	background-repeat: no-repeat;
	width: 22;
	height: 27;
}

td.corner_top_right {
	background-image: url(https://content.dv-servers.eu/img/border_top_right.gif);
	background-repeat: no-repeat;
	width: 22;
	height: 27;
}

td.corner_bottom_left {
	background-image: url(https://content.dv-servers.eu/img/border_bottom_left.gif);
	background-repeat: no-repeat;
	width: 22;
	height: 26;
}

td.corner_bottom_right {
	background-image: url(https://content.dv-servers.eu/img/border_bottom_right.gif);
	background-repeat: no-repeat;
	width: 22;
	height: 26;
}

td.message {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3A4F88;
	font-weight: bold;
	padding-top: 15;
	padding-bottom: 15;
}

span.picto_403txt {
	background-image: url(https://content.dv-servers.eu/img/403_txt.png);
	background-repeat: no-repeat;
	width: auto;
	height: auto;
}

span.picto_403icon {
	background-image: url(https://content.dv-servers.eu/img/403_icon.png);
	background-repeat: no-repeat;
	width: auto;
	height: auto;
}

td.picto_error {
	background-image: url(https://content.dv-servers.eu/img/event_fault.png);
	background-repeat: no-repeat;
	width: 90;
	height: 90;
}

td.picto_warning {
	background-image: url(https://content.dv-servers.eu/img/event_warning.png);
	background-repeat: no-repeat;
	width: 90;
	height: 90;
}

td.picto_blocked {
	background-image: url(https://content.dv-servers.eu/img/x.png);
	background-repeat: no-repeat;
	width: 97;
	height: 97;
}

td.picto_ristricted {
	background-image: url(https://content.dv-servers.eu/img/english.gif);
	background-repeat: no-repeat;
	width: 137;
	height: 183;
}

td.picto_ristricted_404 {
	background-image: url(https://content.dv-servers.eu/img/404.png);
	background-repeat: no-repeat;
	width: 133;
	height: 307;
}

td.picto_ok {
	background-image: url(https://content.dv-servers.eu/img/event_success.png);
	background-repeat: no-repeat;
	width: 90;
	height: 90;
}

td.picto_code {
	background-image: url(https://content.dv-servers.eu/img/code.png);
	background-repeat: no-repeat;
	width: 205;
	height: 182;
}

table.message_container {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 10;
}

div.container {
	margin-bottom: -66;
	height: 100%;	
}

div.copyright {
	width: 100%;
	text-align: center;
	animation: running;
}

div.footer {
	height: 66;	
	background-position: center;
	background-repeat: no-repeat;
}