body.popup {
  background-color:#EEE;
  border:1px solid red;
}
body.popup .header {
  background:black;
  border-bottom:1px solid #444;
  background-image:url(http://cdn.dipity.com/static/images/games/gradient-black.png.v7589.png);
}
body.popup .header .title {
  color:#FFF;
  font-family:Courier;
}
body.popup .controls {
  background:black;
  border-bottom:1px solid #444;
}

body.popup .footer {
  background:#333;
}

