DIV.ajaxcartpro_progress{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
	left: 50%;
	margin-left: -130px;

}

DIV.ajaxcartpro_confirm{
	background: url(../images/bg_confirm.png) no-repeat;
	display: block;
	position: fixed;
	text-align: center !important;
        width:427px !important;
        height:263px !important;
        padding-top: 60px;
	
	z-index: 9999;
	left: 50%;
	margin-left: -130px;


}



#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{
	background-color:#BA0E74;
	color:#FFF;
        top:150px;
        left:10px;
	width:150px;
}


#aw_acp_checkout{
	background-color:#17406A;
	color:#FFF;
    top:150px;
    right:10px;
	width:150px;
}


