﻿
/* These are the styles for the popup form */

.inputText {
  padding-left: 5px;
  width: 90%;
  height: 30px;
  font-size: 0.96em;
  margin-bottom: 10px;
}

.inputSelectBox {
  padding-left: 5px;
  width: 92%;
  height: 37px;
  font-size: 0.96em;
  color: #666666;
  margin-bottom: 10px;
}

.inputerror {
  border-color: red;
}

.errorlabelclass {
  font-size: 0.9em;
  color: red;
}
