﻿.field-validation-error {
        color: red;
        font-size: 12px;
    }

.form_group_title_top label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  font-size: 10pt;
  height: 30px;
  color: #58595b;
}

.ticket {
  background-image: url('/content/images/Ticket/ticket.gif');
}
.ticket-top {
  background-repeat: no-repeat;
  background-position: right top;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  height: 25px;
  padding-right: 35px;
}

.form_group_submit {
    text-align: center;
    margin: 20px;
}

.ctrl-lg {
  height: 69px !important;
  max-width: 100% !important;
}