﻿footer p {
    margin-bottom: 0;
}

th {
    border: 2px solid #fff !important;
    background: #ddd;
    text-align: center;
}

.missingDataField {
    border: 2px solid #a50000 !important;
    background-color: #ffe0e0 !important;
}

.validatedField {
    color: #3071a9;
    font-weight: bold;
}

#CaptchaInputText {
  float: left;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  color: black;
  border: 1px solid #cccccc;
}

#CaptchaImage {
  float: left;
  margin-right: 7px;
}

#divErrorMessage {
    text-align: center;
    border: 1px solid #b21515;
    background-color: #d97f90;
    color: #ffffff;
    display: none;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

#divAddedTickets {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-align: right;
    padding-right: 15px;
    background-color: #3071a9;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
