/* General */

body {
  background: #FFF;
  font-family: Arial;
  color: black;
}

input[type="submit"] {
  border: 0;
  cursor: hand;
}

#wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -225px;/* half elements height*/
  margin-left: -375px;/* half elements width*/
  width: 750px;
  height: 450px;
	background: url(../images2/layout/reg_login.jpg) top center no-repeat; 
	padding: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#nav {
  border: 0px;
}

/* End General */



/* Register */

.register {
  width: 380px;
  height: 300px;
  overflow: visible;
  text-align: center;
  margin-left: 40px;
  margin-top: 180px;
  border: 0px solid #000;
  font-weight: bold;
}

#signup-form p {
  margin: 5px 0;
}

#signup-form label {
  margin-right: 5px;
  text-align: right;
  font-size: 16px;
  width: 200px;
  line-height: 27px;
}

#signup-form input[type="text"],
#signup-form input[type="password"] {
  height: 27px;
  width: 153px;
}

#signup-form input[type="submit"] {
  text-indent: -999px;  
  height: 74px;
  width: 313px;
  margin-top: 15px;
  background: url(../images2/layout/BuildAvatarBtn.gif) top center no-repeat;
}

/* End Register */



/* Login */

#login-form {
  position: absolute;
  top: 50px;
  right: 5px;
  width: 200px;
  height: 250px;
  text-align: center;
  overflow: hidden;
  border: 0;
}

#login-form p {
  margin: 0;
}

#login-form label {
  text-align: center;
  width: 100%;
  font-size: 13px;
}

#login-form input {
  width: 190px;
}

#login-form input[type="submit"] {
  text-indent: -999px;
  height: 37px;
  width: 148px;
  margin-top: 10px;
  background: url(../images2/layout/PlayBtn.gif) top center no-repeat;
}

/* End Login */



/* Error Explanation */

#errorExplanation {
  margin-top: -50px;
  margin-bottom: -20px;
  border: 0px solid #000;
  background: transparent;
  border-radius: 0px;
}

#errorExplanation li {
  color: #CC0000;
  padding-bottom: -30px;
}

#errorExplanation h2 {
  color: transparent;
  background: transparent;
  margin: 0 auto;
  width: 100%;
}

/* End Error Explanation */

