body {
  font-family: Tahoma;
  font-size: 13px;
  background-color: #DEE7F7;
}

#left {
  float: left;
}

#right {
  float: right;
}

#radio {
  clear: left;
  height: 20px;
}

#container {
  width: 600px;
  margin: 0 auto;
}

#view {
  margin: 10px auto;
}

#form-container {
  clear: both;
  width: 100%;
}

#title {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px #000000 solid;
  margin: 10px 0 10px 0;
}

#navigate {
  text-align: center;
  margin: 10px 0 8px 0;
}

#form-left {
  font-size: 13px;
  width: 50%; 
  float: left;
}

#form-right {
  font-size: 13px;
  width: 50%;
  float: right;
}

.menu {
  float: left;
  background-color: #BED1F0;
  border: 1px #8CB0E6 solid;
  font-size: 13px;
  margin: 5px 5px 5px 0;
  padding: 1px 2px 1px 2px;
  width: 120px;
  text-align: center;
}
.menu a:link {
  font-weight: bold;
  color: #1E4078;
  text-decoration: none;
}

.menu a:hover {
  font-weight: bold;
  color: #326EC8;
}

.menu a:visited {
  font-weight: bold;
  color: #1E4078;
  text-decoration: none;
}

.menu a:visited:hover {
  font-weight: bold;
  color: #326EC8;
}

.error {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FF4040;
}

.delete {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

input {
  width: 180px !important;
  width: 175px;
  margin: 7px 0px 3px 0px !important;
  margin: 6px 0px 3px 0px;
  height: 14px;
}

.textfield {
  width: 180px !important;
  width: 175px;
  margin: 7px 0px 3px 0px !important;
  margin: 6px 0px 3px 0px;
  height: 75px
}

select {
  width: 184px;
  margin: 7px 3px 3px 0px;
  height: 18px;
}

input.atk {
  width: 85px !important;
  width: 80px;
  margin: 7px 3px 3px 0px !important;
  margin: 7px 3px 3px 0px;
  height: 14px;
}

input.stat {
  width: 76px !important;
  width: 60px;
  margin: 7px 3px 3px 0px !important;
  margin: 6px 3px 3px 0px;
  height: 14px;
}

.statdrop {
  width: 80px !important;
  width: 66px;
  margin: 7px 3px 3px 0px !important;
  margin: 6px 3px 3px 0px;
  height: 18px;
}

input.radio {
  width: 20px !important;
  width: 20px;
  margin: 8px 3px -5px 10px !important;
  margin: 8px 3px -5px 10px;
  height: 18px;
}

input.button {
  clear: both;
  padding: 0 0 2px 0;
  height: 24px;
  float: right;
}

input.loginbutton {
  clear: both;
  padding: 0 0 2px 0;
  height: 24px;
  float: left;
}

.label {
  float: left;
  background-color: #BED1F0;
  border: 1px #8CB0E6 solid;
  font-size: 13px;
  margin: 7px 6px 3px 3px;
  padding: 1px 2px 1px 2px;
  width: 90px;
  text-align: center;
}

.spawnlabel {
  float: left;
  margin: 0 0 3px 0px;
  height: 16px;
  background-color: #BED1F0;
  border: 1px #8CB0E6 solid;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  text-align: left;
}

.spawndata {
  float: right;
  width: 150px;
  margin: 0 0px 3px 4px;
  height: 16px;
  background-color: #CEDCF4;
  border: 1px #CEDCF4 solid;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  text-align: center;
}

.viewlabel {
  float: left;
  margin: 0 0 3px 0px;
  height: 16px;
  background-color: #BED1F0;
  border: 1px #8CB0E6 solid;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  text-align: left;
}

.viewdata {
  float: right;
  width: 145px;
  margin: 0 0px 3px 4px;
  height: 16px;
  background-color: #CEDCF4;
  border: 1px #CEDCF4 solid;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  text-align: center;
}

.viewdataid {
  float: right;
  width: 25px;
  margin: 0 0px 3px 4px;
  height: 16px;
  background-color: #CEDCF4;
  border: 1px #CEDCF4 solid;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  text-align: center;
}

.label.stats {
  float: left;
  background-color: #BED1F0;
  border: 1px #8CB0E6 solid;
  font-size: 13px;
  margin: 7px 6px 3px 3px;
  padding: 1px 2px 1px 2px;
  width: 52px;
  text-align: center;
}

#img {
  vertical-align: middle;
  text-align: center;
}

.a {
  margin: 0 auto;
  border: 1px #8CB0E6 solid;
  margin: 0px 2px 0px 3px;
  padding: 0;
}

img {
  margin: 0 auto;
  background-color: #BED1F0;
  border: 1px #8CB0E6 solid;
  margin: 7px 6px 3px 3px;
  padding: 3px;

}

#footer {
  clear: both;
  width: 100%;
}
