﻿#over {background:  url(../img/shadowlight.gif) repeat;
	 position: absolute; 
	 z-index: 100;
	 top:0px;
	 left:0px;
	 width: 100%; 
	 height: 100%;
	 margin: 0px;
	 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	 -moz-opacity:0.80;
	 -khtml-opacity:0.80;
	 }
#box, #box2 { 
	overflow: none;
	border: 5px ridge #ccc;
	z-index: 150;	
	background: #fff;	
	position: relative;
	padding: 10px; 
	top: -5px; /* these two define the shadow 'offset'*/
	left: -5px; /*...*/
	  }
.sh	{position: absolute;
	top:100px;	
	z-index: 1000;	 
	 right: 30%;
	 background: url(../img/shadow.png) repeat !important;
	  background: url(../img/shadowlight.gif) repeat;
	  }
.bar {background: #ddd;
	  text-align: right;
	  padding: 5px } 
  h1 { color: #006;}
	.bar2 {background: #ddd url(../img/dragbar.gif) no-repeat center left;
	  text-align: right;
	  margin: -5px;
	  padding: 5px } 
.bar a {border: 1px solid #777; 
	color: #777; 
	text-decoration: none; 
	font-size: 14px; 
	padding: 0 5px; }