#x_loading_box_in_context {
	opacity:0.75;
	filter: alpha(opacity = 75);
	position:absolute;
	z-index:1111;
	background-color:white;
	background-image:url(./loader.white.gif);
	background-position:3px 1px;
	background-repeat:no-repeat;
	border:1px solid white;
	color:black;
	display:block;
	font-size:9px;
	font-weight:bold;
	padding:3px 3px 3px 22px;
	text-decoration:none;
	text-transform:uppercase;
	height:14px;
	width:70px;
	border:#CCCCCC 1px solid;
}