.loader {
	position: fixed;
	top: 50%;
  	left: 50%;
  	margin-top: 0px;
  	margin-left: 0px;
	width: 80px; /* 182px; 176px; */
	height: 80px;
	z-index: 9999;
	background: url('ajax-loader.gif') 50% 50% no-repeat rgb(250,250,250);
}
.btap   {color: #cccccc; font: 10px Arial; text-decoration: none}
.btap   A:link   {color: #cccccc; font: 10px Arial; text-decoration: none}
.btap   A:active   {color: #cccccc; font: 10px Arial; text-decoration: none}
.btap   A:visited   {color: #cccccc; font: 10px Arial; text-decoration: none}
.btap   A:hover   {color: #cccccc; font: 10px Arial; text-decoration: none}
