#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	/*height: 500px;*/
	/*background: url(/images/wood.jpg) #8C4119;*/
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
	}
  
  #boxbox
  {
    top: 20px;
    left: 0px;
    position: absolute;
    z-index: 100;
    width: 100%;
    border: none;
    /*height: 100%;*/
    /*height: 0px;*/
  }
  
 #boxboxContainer 
 {
  	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
  padding: 4px 4px 14px 4px;
  border: 1px solid #ffffff;
  background: url(/img/backgrounds/spinner.gif) 50% 50% no-repeat #fff;
}

#boxboxContainer span {
	display: block;
	background: black;
	width:  100%;
	height: 10px;
	background: url(/images/buttons/close_small.gif) -5px right no-repeat #ffffff;
}

#boxboxContainer a {
	text-decoration: none;
}


#boxboxClose
{
	cursor: pointer;
  position: absolute;
  bottom: -15px;
  left: -1px;
  height: 20px;
  width: 100%;
  padding: 3px 1px 0px 1px;
  /*border-top: 1px solid #E5E5E5;*/
  /*border-bottom: 1px solid #BDBDBD;*/
  /*background: url(/images/backgrounds/boxboxClose.gif) 0px 0px #ccc;*/
  border: none;
  background: url(/images/buttons/close.gif) bottom center no-repeat #ffffff;
  text-decoration: none;  display: block;
  /*overflow: hidden;*/
}

#boxboxClose span
{
	display: block;
	height: 16px;
	width: 100%;
  	padding: 0px 4px;
  	background:  none;
	/*background: url(/images/buttons/close.gif) 50% 0px repeat-y;*/
	cursor: pointer;
	border: none;
}

#boxboxClose:hover span
{
	background-position: 50% 16px;
	border: none;
}

#boxboxText {
	cursor: pointer;
  position: absolute;
  bottom: -35px;
  left: -1px;
  height: 20px;
  width: 100%;
  padding: 0px 1px;
  /*border-top: 1px solid #E5E5E5;*/
  /*border-bottom: 1px solid #BDBDBD;*/
  /*background: url(/images/backgrounds/boxboxClose.gif) 0px 0px #ccc;*/
  border: none;
  background: url(/images/buttons/textOnly.gif) bottom center no-repeat #ffffff;
  text-decoration: none;  display: block;
  /*overflow: hidden;*/
}