.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  display: block;
  text-align: left;
  background-color: transparent;
}

.overlay-content {
  line-height: 100%;
  margin: 0 auto 0 auto;
  padding: 3px;
  padding: 0 0 0 0;
  background: url(../img/sheet-bottom.png) bottom left no-repeat;
  border-top: 0;
  width: 418px;
  color: #333;
  z-index: 10000;
}

.overlay-form {
  background: url(../img/sheet.png) bottom left repeat-y;
  padding: 0 7px 10px 6px;
}

/* My Comment */

.overlay-form h2 {
  margin-right: 8px;
  text-shadow: 2px 2px #fff;
  border-bottom: 1px solid #bbb;
  padding: 10px;
  background-color: #F4F4F4;
}
.overlay-form h3 {
  text-shadow: 2px 2px #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.oform {
  padding: 0 7px 20px 6px;
}

div.oform p label {
  display: block !important;
  font-weight: bold;
  margin-top:  10px;
  padding: 5px 0;
  text-shadow: 2px 2px #fff;
}

.oform p {
  padding: 0px 20px;
}

.oform textarea {
  width: 99%;
  border: 1px solid #ccc;
}

.oform form {
  padding: 20px;
}

.oform fieldset {
  border: none;
}

p.btns {
  padding: 11px 25px 15px 20px;
  text-align: right;
}
