.dataCont{
  margin-top: 0px;
  margin-left: 20px;
  width: 800px;
  height: 0px;
  background: white;
  overflow: hidden;
}

.dataFieldsub{
  float: left;
  width: 243px;
  height: 30px;
  margin: 3px;

}
.dataField{
  float: left;
  width: 243px;
  height: 18px;
  margin: 3px;
  overflow:hidden;
}
.clearer{
  clear: both;
  font-size: 0px;
  height: 1px;
}
#closeInfo{
  float: right;
  width: 10px;
  height: 18px;
  cursor: pointer;
  margin: 5px;
}
#dataFieldBig{
  margin: 3px;
  height: 18px;
  text-align: bold;
}
