/*
-----------------------------------------------
Stylesheet: Overlay
Media: Screen
Author: Chris Abad
----------------------------------------------- */


/* ID/Class Sytles
----------------------------------------------- */
	
	#box {
	  width: 40%;
    z-index: 100;
	  }
  
	#boxcontent {
	  overflow: auto;
	  }
	  
	#closeButton {
	  cursor: pointer;
	  position: absolute;
	  right: -5px;
	  top: -5px;
	  }

	#overlay {
	  background-color: #000;
	  height: 500px;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 90;
	  filter:alpha(opacity=50);
	  -moz-opacity: 0.5;
	  opacity: 0.5;
	  }
