#SignupIntro
{
  float: left;
  width: 220px;
}

#SignupForm
{
  width: 500px;
  background: transparent url(../images/login-background.gif);
  float: right;
  padding: 10px;
  clear: right;
  margin: 20px 0 20px 20px;
}
#SignupForm label
{
  color: #8A101B;
  width: 130px;
  text-align: right;
  padding: 3px 20px 1px 0;
  display: block;
  float: left;
  clear: left;
  font-weight: bold;
  font-size: .9em;
}

#SubmitButton
{
  text-align: center;
  clear: both;
}
#SubmitButton input
{
  width: 150px;
  text-align: center;
}
#CodeStatus
{
  color: #F00;
  font-weight: bold;
}
#Spinner
{
  margin-bottom: -2px;
}
