.popups-box {
    overflow: auto;
    padding: 0.5em;
    position: absolute;
    width:642px;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    z-index: 9;
	background:#000;
}
.popups-title {

  background: #000;
  color: #455067;
  margin-bottom: 0.25em;
  padding: 0.25em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.popups-title .popups-close a {
	background:#FFF; padding:5px;
	 margin: 0 0 10px;
  color: red;  
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.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: 7px;
/*  background: url(popup-icon.png) no-repeat right;*/
}

.popups-close{float:left !important; width:600px; margin:0 0 10px;}