/* CSS Document */

#errorWrap {
	display:block;
	height: 371px;
	width: 680px;
	background-color: #000000;
	background-image: url(/images/error/errorBG.gif);
	background-repeat: no-repeat;
	padding: 43px 17px 0px 42px;
}

.flash {
		background-image: url(/images/error/FLerror.gif);
}

.javascript {
		background-image: url(/images/error/JSerror.gif);
}

#error {
	height: 281px;
	width: 400px;
	background-color: transparent;
	background-repeat: no-repeat;
	float:left;
	padding: 54px 16px 16px 16px;
}

#error h1, #error h2, #error p {
			text-align: left;

}

#error h1 {
	color: #72C591;
	font-size: 24px;
}

#error h2 {
	font-size: 14px;
}

#error p {
	width: 350px;
	*margin-right:50px;
	font-size: 11px;
	font-weight: bold;
	color: #A1D0A8;
}

#error p a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

#error p a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;	
}

#featured {
	width: 233px;
	float:right;
}

#error img.button {
	display:block;
	height: 31px;
	width: 88px;
	margin-top: 32px;
	*text-align:left;
	
}


#e_fusion {
	margin: 19px 0px 0px 0px;
}
	
