.load            {
 	          font-family: Arial;
 	          font-size: 18px;
 	          font-weight: bold
 	          line-height: normal;
	          color: #00CCFF;
						background-color: #333333;
						border: 3px inset #00CCFF;
}

#loading       {
	          position:absolute;
	          width:80px;
	          height:150px;
	          z-index:15;
	          left: 50px;
	          top: 50px;
						visibility: hidden;
}
