div#maincontent {
	background: url(../images/error/errorback.jpg) no-repeat left top;
}

div#mainarea {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: inherit;
	height: 471px;
	margin-top: 74px;
}

div#messagearea {
	position: relative;
	display: table-cell;
	top: 0px;
	left: 23px;
	width: 924px;
	height: 471px;
	vertical-align: middle;
	text-align: center;
}

p#message {
	display: inline-block;
	font-size: 18px;
	text-align: left;
	color: #444;
	max-width: 560px;
	line-height: 1.2em;
}

div#bottomarea {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: inherit;
	height: 60px;
	margin-top: 7px;
}

div#loginbtn {
	visibility: hidden;
	display: block;
	position: absolute;
	top: 0px;
	left: 752px;
	width: 200px;
	height: 50px;
	background: url(../images/error/loginbtn_over.jpg) no-repeat left top;
}

div#loginbtn input {
	display: block;
	width: 200px;
	height: 50px;
	padding: 0;
	border: 0;
	background: url(../images/error/loginbtn.jpg) no-repeat left top;
	text-indent: -9898px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	outline: none;
}

div#loginbtn input:hover, div#loginbtn input:focus {
	background: none;
}

div#loginbtn input:active {
	background: url(../images/error/loginbtn_press.jpg) no-repeat left top;
}

img#companylogoimg {
	display: block;
	position: absolute;
	top: 5px;
	left: 23px;
}

