/* Colors */
.thin {
  font-weight: 100;
}
.thinItalic {
  font-weight: 100;
  font-style: italic;
}
.light {
  font-weight: 300;
}
.lightItalic {
  font-weight: 300;
  font-style: italic;
}
.normal {
  font-weight: 400;
}
.normalItalic {
  font-weight: 400;
  font-style: italic;
}
.medium {
  font-weight: 500;
}
.mediumItalic {
  font-weight: 500;
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.boldItalic {
  font-weight: 700;
  font-style: italic;
}
.black {
  font-weight: 900;
}
.blackItalic {
  font-weight: 900;
  font-style: italic;
}
.text {
  width: 100%;
}
form input.input_text {
  width: 100%;
}
form input.input_submit {
  width: 175px;
}
