
.popups-title {
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  color: #FF8000;

}
.popups-title .popups-close a {
  color: white;
  position:relative;
}
.popups-box input {
  margin: 0.1em;
}
.popups-box input[type="text"]:focus, .popups-box input[type="password"]:focus, .popups-box textarea:focus {
  background-color: #FFA;
  outline: thin solid grey;
}
a.popups-processed {
  padding-right: 12px;
  background: url(popup-icon.png) no-repeat right;
}