﻿ .popup {
   background-color: #ffffff;
    border: 2px solid #336699;
    border-radius: 10px;
    font-family: Verdana;
    height: 500px;
    left: 10%;
    position: fixed;
    top: 10%;
    width: 800px;
    z-index: 102;
}
 .popup_overlay {
  background: none repeat scroll 0 0 #000000;
  bottom: 228px;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}
.popup_title {
    border-bottom: solid 2px #336699;
    background-color: #336699;
    padding: 4px;
    color: White;
    font-weight: bold;
}

    .popup_title a {
        color: White;
        text-decoration: none;
    }
.align_right {
    text-align: right;
}

.popup_title.align_right input {
  position: absolute;
  right: -12px;
  top: -12px;
}