div.ctools-modal-content {
  background: #fff;
  color: #000;
  padding: 10px;
  max-width: 550px;
  width: 550px;
  text-align: left;
  overflow: auto;
  box-shadow: 0px 0px 10px #888;
}

.ie7 .ctools-modal-content {
	border: 2px solid #ddd;
}
div.ctools-modal-content .modal-content {
  max-width: 510px;
  width: 510px;
  padding: 0 20px;
}

.ctools-modal-content .modal-title {
  font-size: 120%;
  font-weight: bold;
  color: white;
  overflow: hidden;
  white-space: nowrap;
}

.ctools-modal-content .modal-header {
  color: #777;
  padding: 0 .25em 0 1em;
}

.modal-header a.close {
	overflow: hidden;
}

.modal-header a.close img {
	display: none;
}

.ctools-modal-content .form-item,
.email-share-subject {
	margin: 5px 0 20px;
}

.ctools-modal-content label {
	font-weight: bold;
}