.cf_toaster {
	position: absolute;
	overflow: visible;
	z-index: 999999;
	left: 50%;
}

.cf_toaster .background {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-box-shadow: 0px 0px 10px #1a1a1a;
	-webkit-box-shadow: 0px 0px 10px #1a1a1a;
	box-shadow: 0px 0px 10px #1a1a1a;
}

.cf_toaster .content {
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px;
	text-shadow: none;
}
