
.smtp-check {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: -moz-use-text-color;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: -moz-use-text-color;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: -moz-use-text-color;
  border-top-style: solid;
  border-top-width: 1px;
  color: #aaa;
  cursor: pointer;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  display:inline-block;
}

.ajax-img{ display: none; }
.p-box-input {
  border-right-color: #aaa;
  border-right-style: solid;
  border-right-width: 3px;
  display: inline;
  padding-right: 2px;
  width: 100px;
}

.send-completed{ background: #8892BF !important; }
/*.send-new{ background: green; }*/
.send-canceled{ background: #aaa; }
i.remove-me {
  color: red;
  cursor: pointer;
  display: inline;
  font-size: 12pt;
  font-weight: bold;
}
span.tinymassmailer-span.disable {
    opacity: 0.45;
  }
  .text.column-text {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 150px !important;
}
.sending {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 79%;
}
.sending h3.subject {
  font-weight: bold;
}
.sending .text {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #f9f9f9;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.wrap-clear-both{
	display:block;
	height:1px;
	clear:both;
}