DIV.ajaxcartpro_progress{
	border: 4px  #999999 double;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
	left: 50%;
	margin-left: -180px;
    position: fixed;
    top:50%;
	font-size:14px;

}

DIV.ajaxcartpro_confirm{
	border: 4px #999999 double;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
	left: 50%;
	margin-left: -180px;
    position: fixed;
    top:50%;
	font-size:14px;
	
}



#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;
}


#TB_window {
        position: fixed;
        background: #ffffff;
        z-index: 102;
        color:#000000;
        display:none;
        border: 4px solid #525252;
        text-align:left;
        top:50%;
        left:50%;
}

* html DIV.ajaxcartpro_confirm { /* ie6 hack */

        position: absolute;
        top: expression(document.documentElement.scrollTop + parseInt(this.offsetHeight / 2) +  'px');
}

* html DIV.ajaxcartpro_progress { /* ie6 hack */

        position: absolute;
        top: expression(document.documentElement.scrollTop + parseInt(this.offsetHeight / 2) +  'px');
}
