.ntformlabel {
  width: 200px;
  margin: 0 0 0 0;
  padding: 4px 10px 10px 0;
  display: block;
  float: left;
  text-align: right;
  font-family: Arial;
  font-size: 0.8em;
  line-height: 1em;   
}
.ntformlabel2 {
  margin: 0 0 0 0;
  padding: 4px 10px 10px 0;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 0.8em;
  line-height: 1em;   
}
.ntformtext, .ntformtext2, .ntformtextarea, .ntformselect {
  background-color: #E0F3FB;
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 200px;
  height: 24px;
  font-family: Arial;
  color: #000000;
  font-size: 0.8em;
  line-height: 1em;  
  margin: 0 0 8px 0;
  float: left;
}
.ntformcheck {
  border: none;

  height: 24px;
  font-family: Arial;
  color: #000000;
 
  margin: 0 10px 2px 0;
  float: left;
}
.ntformtext2 {
  width: 30px;
}
.ntformtextarea {
  width: 400px;
  height: 300px;
}
.ntformhr{
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
  text-align: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #AADDFD;
  font-weight: bold;
  font-family: Arial;
  font-size: 0.8em;
  line-height: 1em;   
}
.ntformsubmit{
  background-color: #E0F3FB;
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 24px;
  font-family: Arial;
  color: #000000;
  font-size: 0.8em;
  line-height: 1em;  
  margin: 0 0 8px 0;
  float: left;
}
.ntformbr{
  float: none;
  clear: both;
}
