﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ebeced;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #797e80;
}

img {
	border: none;
}

h1 {
	font-size: 24px;
	line-height: 22px;
	color: #2eafa4;
	margin-bottom: 18px;
}

p {
	margin-bottom: 16px;
}

a {
	text-decoration: none;
	color: #2eafa4;
	padding-left: 20px;
	background: transparent url(linkicon-errorpage.gif) left 50% no-repeat;
}


#errorpage { 	
	position: absolute;
	left: 50%;
	top: 50%;
	width: 612px;
	height: 384px;
	margin: -192px 0 0 -306px;
	text-align: left;
	background: transparent url(bg-errorpage.gif) left top no-repeat;
	overflow: auto;
}

#errortab {
	margin-top: 60px;
}

table.errortab {
	width: 590px;
}

td {
	vertical-align: top;
}

td.row1 {
	width: 94px;
}

td.row2 {
	width: 140px;
}

td.row3 {
	width: 32px;
}

td.row4 {
	width: 140px;
}

td.row5 {
	width: 38px;
}

td.row6 {
	width: 146px;
}