/* Reset some styles from system.css and modal.css */

div.modal-forms-modal-content .resizable-textarea {
  margin-left: 0;
  margin-right: 0;
}

div.modal-forms-modal-content .form-item label {
  width: 15em;
  float: left;
  margin: 0;
}

div.modal-forms-modal-content .item-list ul li {
  margin: 0 0 0.25em 1.5em;
}

div.modal-forms-modal-content div.messages {
  margin: 0;
}

/* Styles for modal forms modal */

div.modal-forms-modal-content {
  background: transparent;
  color: #000;
  border: 0;
  margin: 0;
  padding: 0;
}

div.modal-forms-modal-content .popups-container {
  overflow: hidden;
  height: 100%;
  background: #fff;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 10px solid #999;
}
div.modal-forms-modal-content .popups-container .form-textarea-wrapper textarea {
  width: auto;
}
div.modal-forms-modal-content .modal-header {
  min-height: 40px;
  margin-bottom: 0px;
  background-color: #52bad5;
  padding: 4px 10px 5px;
  color: white;
  font-size: 1em;
  font-weight: bold;
}

div.modal-forms-modal-content .modal-title {
  display: inline;
  color: #FFF;
  top: 20px;
  position: absolute;
}

div.modal-forms-modal-content .popups-close {
  float: right;
  cursor: pointer;
  background: url(../images/controls.png) -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

div.modal-forms-modal-content .popups-close:hover {
  background-position: -25px -25px;
}
div.modal-forms-modal-content #edit-submit--2,div.modal-forms-modal-content #edit-submit{

  margin: 0 130px;
  
}
div.modal-forms-modal-content .form-item label{
	min-width: 115px !important;
	width: 115px !important;
	font-weight: normal;
	margin-right: 1em;
	text-align: right;
}
div.modal-forms-modal-content .modal-content {
	padding: 2em 3.5em 0;
}
