/* Notifications
=========================================================================== */

#clickMe3, #clickMe4 {
  font-size: 11px;
  height: 12px;
  background: url(/img/buttons/small_close_yellow.gif) right top no-repeat;
  display: block;
  width: 203px;
  cursor: pointer;
}

#notification3 {
  height: 160px;
  background: #FFFFFF url(/img/backgrounds/notification3.gif) 0 5px no-repeat;
  overflow: hidden;
  width: 960px;
  font-size: 12px;
}

#notification3 .leftNote, #notification3 .rightNote {
  float: left;
  width: 462px;
  padding: 25px 20px 0 20px;
}

#notification3 .leftNote div, #notification3 .rightNote div {
  padding-bottom: 16px;
}

#notification3 .rightNote {
  width: 420px;
  padding-right: 0;
}

#clickMe3 {
  margin-top: 10px;
  float: right;
}

#notification4 {
  height: 210px;
  background: #FFFFFF url(/img/backgrounds/notification4.gif) 0 20px no-repeat;
  overflow: hidden;
  width: 960px;
  font-size: 12px;
}

#notification4 .leftNote, #notification4 .rightNote {
  float: left;
  width: 462px;
  padding: 40px 20px 0 20px;
}

#notification4 .leftNote div, #notification4 .rightNote div {
  padding-bottom: 16px;
}

#notification4 .rightNote {
  width: 420px;
  padding-right: 0;
}

#clickMe4 {
  margin-top: 10px;
  float: right;
}