﻿div.Feedback_AjaxWait {
	color: white;
	font-size: 11px;
	position: fixed;
	bottom: 50%;
	left: 51%;
	
      z-index: 10000;
	_background: inherit;/* IE6 */
_position:absolute; /* IE6 */
	_top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) ); /* IE6 */
}

/* ExcludeAllFromPickersOutsideBlock */