body {
	background-color: #ffffff;

}
html, body {
    height: 100%;
	width:100%;
}
/*CART ERROR MESSAGES*/

#errorContainer{
	position:relative;
	
	margin-left:auto;
	margin-right:auto;
	width:169px;
	height:270px;
	background-image: url(../images/errorBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:150px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#43a3d4;
	font-weight: Bold;
	text-align: center;
}

#errorContainer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f58500;
	font-weight: normal;
	text-decoration:none;
}
#errorContainer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f58500;
	font-weight: normal;
	text-decoration:none;
}
#errorContainer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f58500;
	font-weight: normal;
	text-decoration:underline;
}






#errorContainer2{
	position:relative;
	
	margin-left:auto;
	margin-right:auto;
	width:369px;
	height:369px;
	background-image: url(../images/error2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:150px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#43a3d4;
	font-weight: Bold;
	text-align: center;
}

#errorContainer2 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f58500;
	font-weight: normal;
	text-decoration:none;
}
#errorContainer2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f58500;
	font-weight: normal;
	text-decoration:none;
}
#errorContainer2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#f58500;
	font-weight: normal;
	text-decoration:underline;
}

