 body
        {
            margin: 0px;
        }
        #Loading
        {
            position: absolute;
            z-index: 10;
            left: 10px;
            top: 10px;
            border: 2px #ff000 solid;
            background: #f173ac;
            width: 10px;
            height: 10px;
			line-height:30px;
			padding:5px;
			text-align:center;
			font-size:14px;
			height:auto;
			filter:alpha(opacity=70);
        }
		#txt{position:relative;}