#dialogCloseButton {
  background: transparent url(//d2ypq1gviimup.cloudfront.net/img/btn_dialog_close.jpg) no-repeat;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
}
#dialogContainer {
  background-color: #000000;
  /*width: 534px;*/
  padding: 0 10px 23px 10px;
}
#dialogContent {
  /*width: 534px;*/
  margin: 0 9px 0 0;
  padding: 20px;
}
#dialogHeaderText {
  display: block;
  color: #b4aca6;
  font-size: 13px;
  line-height: 14px;
  padding: 0;
  font-weight: bold;
}
#dialogHeader {
  background-color: transparent;
  height: 26px;
  padding: 16px 0 0 0;
}
#dialogContent p. {
  margin: 0 0 10px 0;
}
#dialogContent p.titleNum {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
}
#dialogContent p.title {
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
}
#dialogContent p.date {
  margin: 0;
}
#dialogContent p.description {
  margin: 0;
}