#videobox {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
	z-index: 1000;
}

#videobox table {
  border-collapse: collapse;
}

#videobox td {
  border-bottom: 0;
  padding: 0;
}

#videobox .popup {
  position: relative;
}

#videobox .body {
  padding: 0px 20px 15px 20px;
  background: #000;
  font: 13px/18px Arial, Helvetica, sans-serif;
  color: #999;
  width: 640px;
}

#videobox .body h1 {
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #999;
  font: 13px/13px Arial, Helvetica, sans-serif;
  padding: 9px 0px 4px 0px;
  margin-bottom: 5px;
}

#videobox .body p {
  color: #666;
}

#videobox .body a {
  background: url('../sitecore/shell/themes/Standard/Images/a-facebox.gif') left center no-repeat;
  padding-left: 14px;
  color: #f60;
}

#videobox .loading {
  text-align: center;
  width: 640px;
  padding: 150px 0px;
}

#videobox .image {
  text-align: center;
}

#videobox img {
  border: 0;
  margin: 0;
}

#videobox .head {
  line-height: 20px;
  padding: 13px 0px;
  height: 22px;
}

#videobox .head h1{
  border-bottom: none;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  z-index: 9999;
}

.flvplayer { display: none;}

#videobox .head a{
  text-decoration: none;
  text-transform: uppercase;
  color: #ff6600;
  line-height: 20px;
/*   background: url('../sitecore/shell/themes/Standard/Images/facebox-close.gif') right 0px no-repeat; */
/*   padding-right: 30px; */
  background: none;
  display: block;
  height: 20px;
  float: right;
  margin: 0px 0px 0px 20px;
}

#videobox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.videobox_hide {
  z-index:-100;
}

#videobox #richmedia img { margin-bottom: 20px; }

#richmedia{ padding: 0 0 3px 0; }
