@charset "UTF-8";
/* CSS Document */

#play-in-team-form {
  margin-left:10px;
  width:428px;
}
#play-in-team-form .instructions {
  width:200px;
  float:left;  
}
#play-in-team-form .form {
  width:128px;
  float:left;
}
#play-in-team-form .form select {
  width:128px;
}

#player_map {
  width:428px;
  float:left;
  position:relative;
  height:302px;
  background:url('/images/elements/players/field.gif') no-repeat
}

.little-player {
  text-align:center;
}
.little-player .player_name {
  color:#fff;
  margin-bottom:5px;
  font-weight:bold;
}
.little-player .player_name a {
  color:#fff;
}
.little-player .player-icon {
  background:url('/images/elements/players/player_f.png') 0 0 no-repeat;
  width:47px;
  height:48px;
}
