/* Styles the ctools model / dialog window */

div.ctools-modal-content .modal-header {
  background: #7DC64C;
  padding: 30px 20px;
}
div.ctools-modal-content .modal-header .modal-title {
  color: #fff;
  text-shadow: transparent 0 0 0;
  font-size: 1.7em;
  font-weight: normal;
}
div.ctools-modal-content a.close {
  background: url(images/close.png) no-repeat;
  text-indent: -9999px;
  width: 20px;
  padding-left: 0;
  height: 30px;
  overflow: hidden;
}
div.ctools-modal-content {
  border-color: #333;
  border: none;
  -moz-box-shadow: 1px 2px 15px #333;
  padding-bottom: 70px;
}
div.ctools-modal-content .form-submit {
  margin-top: 20px;
}