/***********************************************************************/
/* LED-Bar v1.0 layout, design and all included source code           */
/* copyright (c)2004. Spriteworks Developments. All rights reserved.   */
/* This copyright notice MUST remain within this document at all times */
/* as a condition of use. Removal of this copyright notice voids your  */
/* right to use this product. LED-Bar v1.0 may not be redistributed   */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/

.display {
   background: url('ledball.png');
   background-attachment: fixed;
   border: black 3px;
   padding: 0px;
   height: 55px;
   width: 400px;
	}
.text {
   font-family: arial;
   font-weight: bold;
   color: #336699;
   font-size: 35pt;
   width:600px;
   FILTER: Shadow(Color=#00cc66, Direction=45);
   -moz-opacity: .50;
   -khtml-opacity: .50;
	}