/* gbdg mod for product add-to-cart confirmation */	
#overlayX {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}

.UpdateCartDivX {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

#overlay table {text-align: center;
 margin: 0 auto;/*this helps center the table within the div#overlay*/
 }

#overlay {
	visibility: hidden;
	position: absolute; /*for older browsers that does NOT support transparent .png files*/
	margin: 0px;
	left: 0px;/*positioned from the left of parent div*/
	top: 0px;/*postion from the top of parent div*/
	width: 100%;/*adjust the width of the window*/
	z-index: 1000;
	text-align:center;
	height: 100%;
	background-image: url(images/overlay.png);
	background-repeat: repeat;
}

.UpdateCartDiv {
	position:relative;
	bottom:6px;/*offsets the div to show the shadow background*/
	right: 6px;/*offsets the div to show the shadow background*/
	border: 1px solid #999999;
	padding:15px 20px;/*adds padding all around so that it does not butt up against the div#overlay image*/
	text-align:center;
	margin: 300px auto 0px auto;
	background-color: #FFFFFF;
	width: 400px;
}


/* end gbdg mod for product add-to-cart confirmation */
