/* ORIGINAL */
/*#popups {
  border: 2px solid #EDF5FA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  opacity: 0.9;
}
#popups-title {
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  margin-bottom: 0.25em;
  padding: 0.25em;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
}
#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; 
}*/


#popups {
  border: 2px solid #EDF5FA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#popups-title {
  border-bottom: 1px solid #e1e1e1;
  background-color: #e1e1e1;
  color: #000;
  margin-bottom: 0.25em;
  padding: 0.25em;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
}
#popups-title #popups-close a {
  color: #000;
}
#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;
}

#popups input.form-submit {
  background: url(images/button3.png) no-repeat;
  border: none;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 29px;
  text-transform: uppercase;
  width: 84px;
  cursor: pointer;
}