/*<key>__TEXTBOX</key>*/
.textbox, .textboxWarning, .textboxError
{
}

.textboxWarning
{
  background-color: ivory;
}

.textboxError
{
  background-color: salmon;
}
