#popups {
  border: 2px solid #EDF5FA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0.9;
}
#popups-title {
  padding-top: 10px;
  padding-bottom: 20px;
}
#popups-title #popups-close a {
  color: red;  
}
#popups input {
  margin: 0.1em;
}
#popups input[type="text"]:focus, #popups input[type="password"]:focus, #popups textarea:focus {
  background-color: #FFA;
  outline: thin solid grey;
}
a.popups-processed:after {
  /**
  content: "\25A1";
  vertical-align: super;
  font-size: smaller; 
  **/
}