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


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow {
	z-index:2000;
	width: 50px;
	height: 440px;
	right: 10px;
	position: absolute;
}

.shadow_inner {
	color: #2A00FF;
	overflow:hidden;
	position:relative;
	filter:alpha(Opacity=80); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.8; /*firefox 1.5 opacity*/
	-moz-opacity:0.8; /*mozilla opacity*/
	-khtml-opacity:0.8; /*opacity*/
	z-index:10
}

div.shadow_inner_02 {
	overflow:hidden;
	position:absolute;
	filter:alpha(Opacity=3); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.03; /*firefox 1.5 opacity*/
	-moz-opacity:0.03; /*mozilla opacity*/
	-khtml-opacity:0.03; /*opacity*/
	z-index:10;
	margin-left: 5px;
	margin-top: 5px;
}

div.shadow_inner_03 {
	overflow:hidden;
	position:absolute;
	filter:alpha(Opacity=1); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.01; /*firefox 1.5 opacity*/
	-moz-opacity:0.01; /*mozilla opacity*/
	-khtml-opacity:0.01; /*opacity*/
	z-index:10;
	color: #2A3F55;
	margin-left: 5px;
	margin-top: 5px;
}
