#errorPage {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	background: white;
	padding: 30px;
	z-index: 9999;
	}
#errorPageContainer {
	background-image: url(images/icons/process-stop.png);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
	padding-left: 50px;
	}
#errorPageContainer {
	}
#errorTitle {
	}
#errorTitleText {
	font-weight: bold;
	font-size: 2em;
	}
#errorLongContent {
	}
#errorShortDesc p {
	border-bottom:1px solid threedlightshadow;
	font-size:130%;
	overflow:auto;
	padding-bottom:1em;
	}
#errorLongDesc {
	-moz-padding-end:3em;
	font-size:110%;
	}
#errorLongDesc p {
	}
#errorTryAgain {
	margin-top: 1em;
	}
