/* race.css */
*
{ margin: 0px;
  padding: 0px;
  border: 0px;
}

li
{ list-style-type: none
}

#preloadImages
{ display: none;
}

#statmatrix div
{ width: 36px;
  text-align: center;
}

#container
{ width: 800px;
  height: 600px;
  color: #fff;
  text-align: center;
}

body
{ background: #533;
}

#main
{ position: absolute;
  top: 72px;
  left: 128px;
  text-align: right;
  line-height: 26px;
  color: #fff;
  font-family: georgia;
  width: 544px;
  height: 457px;
  background: url(images/charedit.png) no-repeat;
}

#logo
{ position: absolute;
  top: 8px;
  left: 311px;
  width: 315px;
  height: 80px;
  background: url(images/shapeshifter.png) no-repeat;
}

#form
{ position: absolute;
  top: 546px;
  left: 200px;
  width: 400px;
  background: #333;
  border: 1px solid #fff;
  padding: 8px;
}

#name
{ position: absolute;
  top: 10px;
  left: 365px;
  height: 31px;
  width: 164px;
  font-size: 20px;
  text-align: left;
  padding-left: 6px;
  background: transparent;
}

#fileData
{ display: none;
  position: absolute;
  top: 610px;
  left: 105px;
  width: 590px;
  height: 500px;
  font-family: courier, 'courier new', monospace;
  font-size: 15px;
  background: #533;
}

#attributes
{ position: absolute;
  left: 118px;
  top: 53px;
  width: 36px;
  text-align: center;
  line-height: 27px;
}

#main input
{ background: transparent;
  font-family: georgia;
  color: #fff;
}

#attributes input
{ width: 36px;
  text-align: center;
  font-size: 15px;
}

#goldgemsjewelry
{ position: absolute;
  left: 453px;
  top: 372px;
  width: 84px;
  text-align: center;
  line-height: 27px;
}

#goldgemsjewelry input
{ width: 84px;
  height: 22px;
  text-align: center;
  font-size: 18px;
}

#save
{ position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 0px;
}

#save:active
{ background: #333;
}

a:link, a:visited
{ text-decoration: none;
  color: #fff;
  border: 0px;
}
