.alert
{
	width: 500px;
	height: auto;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	background: #666;
	border: 2px solid #cccc34;
	z-index: 257;
}

.loading
{
	width: 250px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -50px;
	
	background: #fafafa;
	border: 1px solid #cccc34;
	z-index: 257;
	text-align: center;
	
	display: none;
	
	/*visibility: hidden;*/
		
}

.totalblack
{
	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 109;	
	
	height: 100%; 
	width: 100%;
	display: none;
	
	background-color: #000000;
	
	filter: alpha(opacity = 20);	
	opacity: 0.2;
}
