body {
  border: none;
  background: #ffffff;
  font-family: Lucida, Tahoma, Verdana;
  font-size: 75%;
  color: #444444;
  margin: 0;
  padding: 0;
}

#login {
  position: relative;
/*  background: url('../images/login_back.gif') no-repeat top center;*/
  margin: 5em auto 1em;
  padding: 20px 0;
  width: 425px;
}

#register {
  position: relative;
/*  background: url('../images/login_back.gif') no-repeat top center;*/
  margin: 1em auto 1em;
  padding: 20px 0;
  width: 425px;
}

#login h1 a,
#register h1 a {
  background: url("../images/em-2020-logo.png") no-repeat scroll center top transparent;
  display: block;
  height: 325px;
  overflow: hidden;
  padding-bottom: 2px;
  text-indent: -9999px;
  width: 425px;
  color: #444444;
  text-decoration: none;
}

#login label,
#register label {
  font-size: 13px;
}

a, a:visited {
  color: #444444;
}

a:hover {
  color: #000000;
}

form {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 11px 11px 11px 11px;
  box-shadow: 0 4px 18px #c8c8c8;
  -moz-border-radius: 11px 11px 11px 11px;
  -moz-box-shadow: 0 4px 18px #c8c8c8;
  -webkit-border-radius: 11px 11px 11px 11px;
  -webkit-box-shadow: 0 4px 18px #c8c8c8;
  -o-border-radius: 11px 11px 11px 11px;
  -o-box-shadow: 0 4px 18px #c8c8c8;
  -khtml-border-radius: 11px 11px 11px 11px;
  -khtml-box-shadow: 0 4px 18px #c8c8c8;
  font-weight: normal;
  margin-top: 8px;
  padding: 15px 50px 25px 50px;
}

form input {
  background: none repeat scroll 0 0 #fbfbfb;
  border: 1px solid #e5e5e5;
  font-size: 22px;
  margin: 2px 6px 16px 0;
  padding: 4px;
  width: 96%;
}

form p {
  line-height: 140%;
}

input:focus, textarea:focus, label:focus {
  background: #fefefe;
  border: 1px solid #686868;
}

#submit {
  margin: 10px 0 0 0;
  font-size: 22px;
}

.submit {
  width: 334px;
}

.submit input, .submit input:focus {
  background: url('../images/button_back.gif');
  border: 3px double #cccccc;
  border-left-color: #eeeeee;
  border-top-color: #eeeeee;
  color: #333333;
  padding: 3px;
}

.submit input:active {
  background: #f4f4f4;
  border: 3px double #dddddd;
  border-left-color: #bbbbbb;
  border-top-color: #bbbbbb;
}

#reg_success {
  background-color: #ddffcc;
  border-color: #00aa22;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin: 0 1px 10px 1px;
  padding: 12px;
}

#login_error, #reg_error {
  background-color: #ffebe8;
  border-color: #cc0000;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin: 0 1px 10px 1px;
  padding: 12px;
}

#js_error {
  background-color: #ffebe8;
  border-color: #cc0000;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin: 20px 1px 0 1px;
  padding: 12px;
}

.register-new {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

