#modal_window {
  position: relative;
  display: none;
  z-index: 1000;
  padding: 10px; }
  #modal_window div.close {
    font-weight: bold;
    font-size: 25px;
    margin: -20px 0 5px -12px;
    color: #aaa; }
    #modal_window div.close:hover {
      color: #75b535; }

div.growlUI {
  background: url(/images/check48.png) no-repeat 10px 10px; }
  div.growlUI h1, div.growlUI h2 {
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left; }
div.clearer {
  clear: left;
  line-height: 0;
  height: 0;
  display: block; }
