#page-dark-wrapper {
	position: absolute;
	z-index: 999998;
	background: #000000;
	filter: alpha(opacity=60);
	opacity:.60;
	-khtml-opacity:.60;
	display: none;
	top: 0px;
	left: 0px;
}

.tatc-alert {
	margin: 0px auto;
	position: absolute; 
	z-index: 999999;
	text-align: center;
	display: none;
	top: 50%;
	left: 0px;
}

.tatc-alert-inner {
	background-color: #ffffff;
	margin: auto;
	width: 430px;
	height: 80px;
	border: 4px solid #525252;
	padding: 15px 0px 15px 0px;
	text-align: center;
	top: -50%;
}	

.tatc-loader {
	padding-top: 15px;
}

.tatc-message {
	font-family: Arial; 
	font-size: 18px;
	color:#000000; 
	padding-bottom: 15px;
}

#tatc-data, #tatc-item-id {
	display: none;
}


