#popups {
  border: 2px solid #e30100;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color:#fbf4f4;
}
#popups-title {
  color: #455067;
  margin-bottom: 0.25em;
  padding: 0.25em;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
}
#popups-close{
float:right;
margin-top:4px;
margin-right:4px;
}
#popups-title #popups-close a {
  color: red;  
}
#popups input {
  margin: 0.1em;
  padding:3px 5px;
}
#popups input[type="text"]:focus, #popups input[type="password"]:focus, #popups textarea:focus {
  background-color: #ebe3c7;

}
a.popups-processed:after {
  content: "\25A1";
  vertical-align: super;
  font-size: smaller; 
}