@charset "utf-8";
/* CSS Document */

#loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:5px 3px 5px 26px;
	color: #999999;
	height:15px;
	width:80px;
	float:right;  
	 position:absolute;
	 top:10px;
	 right:10px;
}


