.ui-widget-overlay {
   position: absolute;
   top: 0;
   left: 0;

   opacity: 0.5;
   filter: alpha(opacity=50);

   background-color: #000;
}

.ui-widget-header {
   display: none;
}

.ui-dialog {
   padding: 15px 20px;

   color: #000;
   background-color: #fff;
}

#donate_confirmation {
}

#donate_confirmation img {
   float: right;
   margin-left: 1em;
}

#donate_confirmation h2 {
   margin: 0 0 1em 0;
   font: bold 22px/30px Arial,sans-serif;
   text-transform: uppercase;

   color: #000;
}

#donate_confirmation a {
   display: block;
   width: 330px;
   padding: 13px 0;

   font: bold 22px/30px Arial,sans-serif;
   text-transform: uppercase;
   text-decoration: none;
   text-align: center;

   color: #fff;
   background-color: #004d42;
   border: 1px solid #004d42;

   cursor: pointer;
}

