DIV.ajaxcartpro_progress
{
	display: block;
	position: fixed;
	text-align: center;
	padding: 20px 10px;
	/*[disabled]background-color:#020202;*/
	z-index: 9999;
	/*[disabled]top:expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
	top: 0px !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
DIV.ajaxcartpro_progress .inner
{
	margin-top: 25%;
	background: url(../../images/loadBG.png) no-repeat center center;
	height: 100px;
	padding-top: 50px;
	color: #FFF;
}
DIV.ajaxcartpro_progress IMG
{
}
DIV.ajaxcartpro_confirm
{
	border: 1px solid #020202;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	z-index: 9999;
	/*[disabled]margin-left:-130px;*/
	position: absolute;
	top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
	width: 100% !important;
	background: #2E2E2E url(../images/transparent.png) top left !important;
}
#aw_acp_continue, #aw_acp_checkout
{
	padding: 0;
	line-height: 24px;
	height: 24px;
	margin: 0px auto;
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#aw_acp_continue
{
	color: #333;
	background: url(../images/btn_continue_shopping.png);
	width: 144px;
}
#aw_acp_checkout
{
	color: #FFF;
	background: url(../images/btn_view_cart.png);
	width: 164px;
}

