/* AJAX Add to Cart Confirm by Harryo*/
.success, .warning, .attention, .information, .rev-success {
	padding: 10px 10px 10px 35px;
	margin-bottom: 5px;
	color: #333;
}
.success a, .warning a, .attention a, .information a {
	color: #333;
	font-size:14px;
}
#cart-success{
	position: fixed;
	z-index:9998;
}
.success {
	width:850px;/*width of your box*/
	height:80px;/*height of your box*/
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-425px;/*Half of your width*/
	margin-top:-40px;/*Half of your height*/
	z-index:9999;
	background:#FFF url('../image/success3.png') bottom no-repeat;/*Background colour & green Tick image*/
	border:2px solid #090;
	-webkit-border-radius:15px 15px 15px 15px;
	-moz-border-radius:15px 15px 15px 15px;
	-khtml-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;/*border thickness & colour with rounded corners*/
	behavior: url(http://www.soscasa.pt/mat/border-radius.htc);
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
	font-size:14px;/*Size of your text that shows in the box*/
	text-align:center;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #BBDF8D;
	padding-left:20px;
}
/* END */