
.ajax-button {
	/*position: relative;*/
}
.ajaxcartpro_progress{
	position: absolute;
	background-color: #FFF;
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	height: 50px;
	width: 50px;
	right: 0;
	left: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	text-align: center;
	border-radius: 3px;
	z-index: 11;
	box-shadow: 0px 0px 9px -1px #CCC;
}
.ajaxcartpro_progress img{
	margin: 17px 0px;
	display: inline-block;
}
.ajax_loaderdetail{
	background: rgba(83, 79, 79, 0.47);
	width: auto;
	height: auto;
	position: fixed;
	z-index: 10010;
}
.ajax_loaderdetail img{
	display: inline-block;
	background: #FFF;
	padding: 17px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*div.alert{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(83, 79, 79, 0.47);
z-index: 10010;
}*/

div.alert {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	z-index: 10010;
	border-top: none;
	max-width: 338px;
	top: 0;
	bottom: 0;
	display: table;
	max-height: 165px\9;
	height: 165px\9;
	background: #FFF;
	padding: 12px 16px;
	min-width: 313px;
	box-shadow: 0px 0px 9px -1px #CCC;
	border-radius: 3px;
}
div.alert li.success-msg{
	margin: 15px 0px;
	list-style: none;
}
div.alert button{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancy_close.png') 0px 0px;
	cursor: pointer;
	border: none;
}
div.alert a{
	font-size: 14px;
	float: right;
	color: #FFF;
	padding: 7px 15px;
	cursor: pointer;
	background: #000;
	border-radius: 3px;
}
div.alert a.close.continue{float: left;}
div.alert a:hover{text-decoration:none;background: #FF3B30;}











