.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  /*width: 40px;
  height: 40px;
  background-image: url(../images/play_button.png);
  background-repeat: no-repeat;*/
  background-color: #FFFBE7;
  /*border:1px solid #333333;*/
  cursor: pointer;
  /*font-weight: bold;*/
  font-size: 1.2em;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-moz-border-radius: .5em;
  -webkit-border-radius: .5em;*/
  position: absolute;
  /*top:85%;*/
  bottom: 5%;
  left: 0%;
  zoom: 100%;
  padding: .5em 1em;
  color: #333333;
}

.playBackground {
  background-color: #FFFBE7;
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}