/* Only Artist Register Page */

.info {
  width: 450px;
  margin: 10px 0px 8px 0px;
  padding: 0px;
  color: #ff8800;
  font-size: 12px;
  text-align: center;
}

span {
  color: #ff0000;
}

.fieldForm {
  float: left;
  font-size: 12px;
  margin: 5px 0px 0px 0px;
}

.fieldName {
  float: left;
  width: 180px;
  color: #08ff00;
  font-size: 12px;
  text-align: right;
}

.field {
  float: left;
  width: 248px;
  font-size: 10px;
  color: #ffffff;
  margin: 0px 0px 0px 2px;
}

.buttons {
  float: left;
  margin: 10px 0px 0px 150px;
  *margin: 10px 0px 0px 80px;
  padding: 0px;
}

.terms {
  float: left;
  width: 300px;
  margin: 0px 0px 0px 145px;
  font-size: 12px;
  color: #ff0000;
}

.terms a:link, .terms a:active, .terms a:visited {
  color: #ff8800;
  text-decoration: none;
}
.terms a:hover {
  text-decoration: underline;
}

.fieldinfo {
  height: 14px;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}

#submit {
  width: 62px;
  height: 20px;
  border: 0px;
  background: url('../images/splash/submit_btn.png') no-repeat;
}

#reset {
  width: 62px;
  height: 20px;
  border: 0px;
  background: url('../images/splash/reset_btn.png') no-repeat;
}