/* CSS Document */

.mod {
  	position:absolute;
	left:189px;
	top:200px;
	width:350px;
	height:200px;
   z-index:0;
   _padding-bottom:6px; /* IE6 fix - bounds x1's height */ 
   _overflow-y:hidden;
   visibility:hidden;
}
.mod .mod-content {
   position:relative;
   z-index:2;
   border:1px solid #746555;
   background:#bdafa1;
}
.mod .x1 {
   display:block;
   background:#000;
   height:100%;
   _height:3000px; /* IE6 can't do 100% of an unknown height */ 
   width:100%;
   position:absolute;
   top:6px; /* offset the shadow */
   left:6px;
   z-index:-1;
   opacity:.30;
   *filter:alpha(opacity="30"); /* use 'filter' for IE6 & 7 */
}
