/* index */
#search_player {
    float: right;
		padding: 10px;
    background: url('../../img/bg_stripped.png') left top repeat;
}
#search_player input {
    width: 300px;
    font-size: 140%;
}

#teams {
    clear: left;
    float: right;
	font-size: 120%;
}

/* view */
#spread_list {
    float: right;
	margin-top: 8px;
}
#infos {
   position: relative;
   width: 100%;
   height: 130px;
}
#infos img {
    max-width: 120px;
	max-height: 120px;
}
#infos h2 {
    position: absolute;
	top: 0; left: 130px;
}
#infos #position {
    position: absolute;
	top: 30px; left: 130px;
	font-size: 120%;
	color: #666;
}
#infos #quickstats {
    position: absolute;
	right: 0; bottom: 0;
	font-size: 200%;
	color: #999;
	word-spacing: 20px;
}
#infos #quickstats em {
    font-size: 350%;
    color: #666;
}
#infos #quickstats #total {
    color: #0099CB;
}

/* search */
#players {
    clear: left;
	padding-top: 30px;
}
#players .player {
    float: left;
	margin-bottom: 20px;
	width: 33%;
}
#players .player .avatar_medium {
    float: left;
}
#players .player h2, #players .player .team {
    margin-left: 70px;
}
#players .player h2 a {
    color: #666;
}
#players .player h2 a span {
    color: #333;
}
#players .player .team {
    margin-top: 5px;
	font-size: 110%;
	color: #999;
}

/* edit */
#content form {
}
form dt.firstname {
    margin-left: 460px;
}
form .lastname {
    float: left;
	margin-right: 20px;
	width: 430px;
}
form dd.firstname {
    margin-left: 460px;
	width: 430px;
}
form dd.lastname {
    clear: left;
}
form dd.lastname input, form dd.firstname input {
    width: 420px;
}
form dd.field input.mail {
    width: 700px;
}
form dd.field input.jersey {
    width: 30px;
}

/* widget */

#intro {
  margin: 20px 0 40px 0;
	padding: 10px;
  font-size: 140%;
	background-color: #FFFFCC;
}

#preview {
  float: right;
	width: 400px;
}
#preview div {
  margin-top: 20px;
  background-color: #FFF;
}
#preview div iframe {
  width: 395px;
	height: 400px;
	border: 0;
}

#widget {
  margin-right: 420px;
}
#code {
  margin-bottom: 20px;
	font-size: 140%;
	font-style: italic;
}

#widget .limit {
  width: 30px;
}
#widget label {
  font-size: 140%;
}
