/* $Id: modalframe.parent.css,v 1.1.2.1 2009/09/15 08:48:25 markuspetrux Exp $ */

/**
 * jQuery UI Dialog classes.
 */
.modalframe-page-wrapper {
  margin: 0;
  padding: 0;
  background-color: #262626;
}
.modalframe {
  background-color: #262626;
  border: none;
}
.modalframe .ui-dialog-titlebar {
  position: relative;
  cursor: move;
  height: 35px;
  background-color: #262626;
  border: none;
  white-space: nowrap;
}
.modalframe .ui-dialog-title {
  display: block;
  position: absolute;
  top: 0; left: 0;
  margin: 0.2em 0.5em;
  padding: 0;
  color: #ccc;
}
.modalframe .ui-dialog-titlebar-close {
  display: block;
  position: absolute;
  top: 0; right: 0;
  margin-right: 10px;
  padding: 0;
  width: 16px;
  height: 35px;
  background: url(/sites/all/themes/custom/c3/images/modalframe/close.gif) no-repeat 0 0;
}
.modalframe .ui-dialog-titlebar a.ui-state-hover,
.modalframe .ui-dialog-titlebar a.ui-state-focus {
  background-position: 0 -20px;
}
.modalframe .ui-dialog-titlebar-close span {
  display: none;
}
.modalframe .ui-dialog-content {
  color: #292929;
  background-color: #f8f8f8;
   
}
#ui-dialog-title-modalframe-container {
  padding-top:3px;

}


/**
 * ui-dialog overlay.
 */
div.ui-dialog-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=40);
}

/**
 * Dialog content.
 */
#modalframe-container {
  margin: 0;
  padding: 0;
  background: #262626 url(/sites/all/themes/custom/c3/images/modalframe/loading.gif) no-repeat 50% 50%;
border: none;

}
#modalframe-element {
  margin: 0;
  padding: 0;

}
#modalframe-element textarea{
  width: 380px

}
.marker, .form-required {
  color: #79b325;
  font-weight: bold;
}
body {
  border: none;
}


