html.error {
	height: 100%;
}

body.error, body.error div, body.error p {
	margin: 0;
	padding: 0;
	font-family: "Verdana CE", Verdana, "Arial CE", "Lucida Grande CE", "Helvetica CE", Arial, lucida, sans-serif;
	font-size: 11px;
}

body.error, body.error table.error {
	width: 100%;
	height: 100%;
}

body.error table.error td {
	text-align: center;
}

body.error table.error div.error {
	background-image: url('images/error.gif');
	background-repeat: no-repeat;
	height: 150px;
	width: 500px;
	margin: 0 auto;
}

body.error table.error div.error p {
	margin-left: 120px;
	padding-top: 40px;
}
