.hide_text { text-indent: -9999px; }
.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.radius_top {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.radius_bottom {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bg_white { background-color: #ffffff; }
.bg_light_yellow { background-color: #fff9e3; }
.center { text-align: center; }
.bg_invites_new { background: #ffffff url("/images/signup/butler.jpg") 15px bottom no-repeat; }
.bg_invites_create { background: #ffffff url("/images/signup/?.jpg") 15px bottom no-repeat; }
#invites {
  width: 672px;
  height: 520px;
  margin-bottom: -20px;
}
#invites h2 {
  display: inline-block;
  background: #f5e5f1;
  padding: 10px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 16px;
  height: 14px;
  line-height: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#invites form {
  width: 436px;
  margin-top: 10px;
  margin-left: 200px;
}
#invites label {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
}
#invites input[type="text"] {
  width: 420px;
  margin-top: 0px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
  background: #fff9e3;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#invites #hint {
  margin-top: 10px;
  margin-left: 200px;
}
#invites .field_with_errors input {
  background-image: url("/images/icons/error.png");
  background-position: 410px 10px;
  background-repeat: no-repeat;
}
