body {
  margin:0;
  font-family: Arial,Helvetica,sans-serif;
}
p {
  margin: 0;
}
.embed-wrapper {
  background-color: #000;
  height: 384px;
  width: 416px;
  position: relative;
}
.embed-header {
  height: 35px;
}
.embed-player {
  height: 234px;
  position: relative;
}
.embed-title,
.embed-teaser {
  color: #FFF;
}
.embed-link.hover,
.embed-wrapper a:hover {
  color: #DF3F2C;
}
.embed-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding: 7px 10px 4px 10px;
  text-decoration: none;
}
.embed-body {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px 5px 10px;
}
.embed-added {
  color: #666;
  font-size: 11px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  padding: 0;
}
.embed-more,
.embed-link,
.embed-close {
  position: absolute;
  bottom: 7px;
  background-color: #0069AA;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 5px 3px 5px;
}
.embed-more {
  right: 6px;
  bottom: 6px;
}
.embed-link {
  right: 90px;
  bottom: 6px;
}
.embed-close {
  right: 15px;
  bottom: 95px;
}
.embed_text {
  position: absolute;
  bottom: 0;
  width: 386px;
  height: 115px;
  background: transparent url('../../../../themes/hln/images/opacitybg_6.png');
  padding: 15px;
  display: none;
}
.embed_text p {
  font-size: 10px;
  color: #FFF;
}
.embed_text textarea {
  width: 315px;
  height: 75px;
  font-size: 12px;
  color: #666666;
  font-family: arial;
  font-weight: bold;
}