@charset "UTF-8";

/* --------------------------------------------
 *            for processingInfo.js
 * -------------------------------------------- */

ins#BAProcessingInfo {
	position: absolute;
	z-index: 1000001;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px;
	border: none;
	text-align: center;
	color: white;
	background: #FFF;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: Alpha(opacity=80);
	/*-moz-border-radius: 8px;*/
	}

ins#BAProcessingInfo img
	{
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	}
