html {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#dedede none repeat scroll 0 0;
}

body {
	-x-system-font:message-box;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	/*margin:0;*/
	padding:0 1em;
	/*text-align:center;*/

}

h1 {
  margin: 0 0 .6em 0;
  border-bottom: 1px solid ThreeDLightShadow;
  font-size: 160%;
}

ul, ol {
  margin: 0;
  -moz-margin-start: 1.5em;
  padding: 0;
}

ul > li, ol > li {
  margin-bottom: .5em;
}

ul {
  list-style: square;
}

a {
	color: black;
}


#errorPageContainer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:content;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background: #ffffff url(http://www.wise-tech.com/common/warning-large.png) no-repeat scroll 40px 20px;
	border:1px solid threedshadow;
	margin:40px auto;
	min-width: 400px;
	width: 60%;
	padding: 3em;
	/*padding-left:90px;*/
	/*position: relative;*/
}


#errorTitle {
  margin-left: 80px;
}

#errorLongContent {
  margin-left: 80px;
}

#errorShortDesc > p {
  overflow: auto;
  border-bottom: 1px solid ThreeDLightShadow;
  padding-bottom: 1em;
  font-size: 130%;
  white-space: pre-wrap;
}

#errorLongDesc {
  -moz-padding-end: 3em;
  font-size: 110%;
}

#errorLongDesc > p {
}

#errorTryAgain {
  margin-top: 2em;
  -moz-margin-start: 80px;
}

#brand {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  -moz-margin-end: 10px;
  opacity: .4;
}

body #brand {
  right: auto;
  left: 0;
}

#brand > p {
  margin: 0;
}

#errorContainer {
  display: none;
}

#securityOverrideDiv {
  padding-top: 10px;
}

#securityOverrideContent {
  background-color: InfoBackground;
  color: InfoText;
  padding: 10px;
  -moz-border-radius: 10px;
}

#errorTraceExpand {
	font-size: 10px;
}

#errorTraceBody {
	display: none;
	font-size: 10px;
}

#errorTraceBody pre {
	font-size: 12px;
}
