
/****************************************************************************
  start customization
  change the following colors for adaption:
 ****************************************************************************/

/* Captcha background */
.pmailnotify .psendsubmit,
.pmailnotify .gb_field {
  background: #81B4F1;
}

/* error texts */
.pmailerrors {
  color: #900;
}

/* success texts */
.pmailsuccess {
  color: #090;
}

/****************************************************************************
  end customization
 ****************************************************************************/

 
#contentarea h1.pmailheading {
  margin: 0;
}

.pmailnotify .gb_field {
  margin: 10px 0;
}

.pmailerrors,
.pmailsuccess {
  font-weight:bold;
  padding: 0 5px;
}

.pmailnotify .inputerror {
  border: 1px solid red;
  color: #600;
}

.pmailnotify .notifynote {
  padding: 0 10px 0 0;
}

.pmailnotify .psendsubmit {
  border: 1px solid black;
  padding: 5px;
  cursor: pointer;
}

.pmailnotify {
  margin-bottom: 10px;
}

.pmailnotify .cf_container {
  padding-bottom: 0;
}

.pmailnotifylink .pmailsubmit {
  border: 0px solid black;
  padding: 6px 2px 6px 30px;
  line-height: 20px;
   margin: -6px 4px 0 0; 
  background: transparent url(../../export/pluginstatics.php?object=0&plugin=mailnotify&filename=notify.png) left no-repeat;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../export/pluginstatics.php?object=0&plugin=mailnotify&filename=notify.png', sizingMethod='crop');*/
  cursor: pointer;
margin-top:-5px;
}

*+html .pmailnotifylink .pmailsubmit {
  padding-left: 2px;
}
* html .pmailnotifylink .pmailsubmit {
  padding-left: 2px;
}

