﻿div.errorRow
{
  background: #cae9f1;
  border: 1px solid #3fb4e6;
  padding: 5px;
  margin-left: -5px;
}

div.submit input
{
  float: right;
}

div.formRow select.ddlCounty
{
  width: 100px !important;
}

div.formRow select.ddlNumber
{
  width: 40px !important;
}

ul.error
{
  background: #cae9f1;
  border: 1px solid #3fb4e6;
  padding: 5px;
  margin-left: -5px;
  margin-bottom: 10px;
}
