.simplemodal-close
{
  position: relative;
  top: 25px;
  left: 5px;
  width: 20px;
  height: 20px;
}

.modal_content
{
  border: 5px solid #CCCCCC;
  background: #444444;
  color: #CCCCCC;
  padding: 20px;
  width: 310px;
}

.modal_content input {
  background: #444444;
  color: #DEA333;
  border: solid 1px #CCCCCC;
}

#login_response
{
}

#ajax_loading
{
  display: none;
}