/***********************************************************************/
/* Proggybar v1.0 layout, design and all included source code          */
/* copyright (c)2006. 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. Proggybar 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.           */
/*                                                                     */
/***********************************************************************/

body {
	background: page_bg.gif;
}

marquee {
	border:	1px solid #0610F1;
	background: #F73B3B;
	height:	15px;
	font-size: 1px;
	top-margin: 1px;
	bottom-margin: 1px;
	width: 200px;
	display: block;
	overflow: hidden;
}

marquee div {
	height:	15px;
	top-margin: 1px;
	bottom-margin: 1px;
	width: 10px;
	background: #F73B3B;
	float: left;
	font-size: 1px;
}

#pb_box1 {
	filter:	alpha(opacity=10);
	-moz-opacity: 0.10;
	background: #4010CE;
}

#pb_box2 {
	filter:	alpha(opacity=20);
	-moz-opacity: 0.20;
	background: #4010CE;
}

#pb_box3 {
	filter:	alpha(opacity=30);
	-moz-opacity: 0.30;
	background: #4010CE;
}

#pb_box4 {
	filter:	alpha(opacity=40);
	-moz-opacity: 0.40;
	background: #4010CE;
}

#pb_box5 {
	filter:	alpha(opacity=50);
	-moz-opacity: 0.50;	
	background: #4010CE;
}

#pb_box6 {
	filter:	alpha(opacity=60);
	-moz-opacity: 0.60;
	background: #4010CE;
}

#pb_box7 {
	filter:	alpha(opacity=70);
	-moz-opacity: 0.70;
	background: #4010CE;
}

#pb_box8 {
	filter:	alpha(opacity=80);
	-moz-opacity: 0.80;	
	background: #4010CE;
}

#pb_box9 {
	filter:	alpha(opacity=90);
	-moz-opacity: 0.90;
	background: #4010CE;
	border: solid 1px #4010CE;
}