@charset "UTF-8";

/* CSS Document */

#prevPlayers {
  width: 230px;

  height: 1000px;

  position: absolute;

  left: 20px;

  top: 10px;
}

#prevPlayers h1 {
  font-family: "Enriqueta", serif;

  font-size: 22px;

  color: #06c;

  padding-top: 10px;

  padding-left: 10px;
}

#prevPlayers h2 {
  font-family: "Enriqueta", serif;

  font-size: 16px;

  color: #000;

  padding-top: 10px;

  padding-left: 15px;

  padding-bottom: 5px;

  margin-top: 0px;
}

#prevPlayers p {
  padding-top: 4px;

  padding-left: 25px;

  font-family: "Gudea", sans-serif;

  color: #666;

  font-size: 15px;

  margin-top: 5px;
}

#playerInfo {
  width: 390px;

  height: 1000px;

  position: absolute;

  left: 252px;

  top: 10px;
}

#prevPlayerTableHeadings {
  height: 24px;

  border-top: #999 1px solid;

  border-bottom: #999 1px solid;

  width: 180px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 10px;

  color: #666;

  position: absolute;

  top: 75px;

  left: 10px;

  vertical-align: middle;
}

#newPlayers {
  width: 390px;

  height: 1000px;

  position: absolute;

  left: 252px;

  top: 10px;
}

#newPlayers h1 {
  font-family: "Enriqueta", serif;

  font-size: 22px;

  color: #06c;

  padding-top: 10px;

  padding-left: 10px;

  text-align: center;
}

#newPlayers h2 {
  font-family: "Enriqueta", serif;

  font-size: 16px;

  color: #000;

  padding-top: 10px;

  padding-left: 15px;

  padding-bottom: 5px;

  margin-top: 0px;
}

#newPlayers p {
  padding-top: 4px;

  padding-left: 17px;

  font-family: "Asap", sans-serif;

  color: #000;

  font-size: 13px;

  margin-top: 5px;

  line-height: 24px;
}

.newPlayerForm {
}

.newPlayerForm input {
  margin-top: 3px;

  margin-left: 7px;
}

.newPlayerForm .inputfield {
  font: normal 11px/100% Arial, Helvetica, sans-serif;

  background: #71ffc3;

  padding: 6px 6px 6px 8px;

  width: 97px;

  border: solid 1px #bcbbbb;

  outline: none;

  color: #000f08;

  -webkit-border-radius: 2em;

  -moz-border-radius: 2em;

  border-radius: 2em;

  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.newPlayerForm .newplayerselect {
  font: normal 11px/100% Arial, Helvetica, sans-serif;

  background: #71ffc3;

  padding: 6px 6px 6px 8px;

  width: 97px;

  border: solid 1px #bcbbbb;

  outline: none;

  color: #000f08;

  -webkit-border-radius: 2em;

  -moz-border-radius: 2em;

  border-radius: 2em;

  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  margin-top: 3px;

  margin-left: 7px;
}

.newPlayerForm .emailfield {
  font: normal 11px/100% Arial, Helvetica, sans-serif;

  background: #71ffc3;

  padding: 6px 6px 6px 8px;

  width: 169px;

  border: solid 1px #bcbbbb;

  outline: none;

  color: #000f08;

  -webkit-border-radius: 2em;

  -moz-border-radius: 2em;

  border-radius: 2em;

  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.newPlayerForm .inputbutton {
  color: #fff;

  font-size: 11px;

  height: 27px;

  width: 27px;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);

  -webkit-border-radius: 2em;

  -moz-border-radius: 2em;

  border-radius: 2em;
}

.newPlayerbuttonstyle {
  -moz-box-shadow: inset 0px 0px 0px 1px #bbdaf7;

  -webkit-box-shadow: inset 0px 0px 0px 1px #bbdaf7;

  box-shadow: inset 0px 0px 0px 1px #bbdaf7;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );

  background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');

  background-color: #79bbff;

  -moz-border-radius: 16px;

  -webkit-border-radius: 16px;

  border-radius: 16px;

  border: 1px solid #84bbf3;

  display: inline-block;

  color: #ffffff;

  font-family: Trebuchet MS;

  font-size: 15px;

  font-weight: normal;

  padding: 8px 20px;

  text-decoration: none;

  text-shadow: 1px 1px 5px #0d4f91;
}
.newPlayerbuttonstyle:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );

  background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');

  background-color: #378de5;
}
.newPlayerbuttonstyle:active {
  position: relative;

  top: 1px;
}

.newPlayerForm {
  padding: 0px;

  display: inline;
}

form {
  padding-top: 20px;

  margin-top: 20px;

  display: inline;
}

.moveButton {
  padding-left: 131px;

  padding-top: 7px;
}
