﻿body {
  margin: 0px;
}

#TableContainer {
  padding-bottom: 10px;
  background-color: #EBEBEB;
}

#Table1 {
  border: 0px;
  width: 100%;
  height: 50px
}

#Td1 {
  width: 5%;
}

#ExceptionMessage {
  color: Red;
  background-color: Yellow;
  position: absolute;
  top: 10px;
  left: 10px;
  width: inherit;
}

#Table2 {
  padding-left: 8px
}

#Td2 {
  width: 500px;
  padding-top: 10px;
  font-size: 12px
}

#Td3 {
  padding-top: 10px;
}
