.divTable{
	display: table;
	margin-bottom:10px;
}
.divTableRow {
	display: table-row;
}
.divTableCell{
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableCell2 {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 20px;
}
.divTableCellMax250 {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 20px;
}
.remember{
     margin-left:9px;
     padding: 5px 0px 0px 0px;
}
#remember{
     margin-left:10px;
}
.divTableHead {
	border-bottom: 2px solid #EEE;
	display: table-cell;
	font-weight: bold;
	color:#188F6F;
}
.divTableHead_Blue {
	border-bottom: 2px solid #EEE;
	display: table-cell;
	font-weight: bold;
	color:#033C6A;
}
.divTableHeading {
	border-bottom: 1px solid #EEE;
	display: table-header-group;
	font-weight: bold;
	color:#188F6F
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.green {
	color:#188F6F;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.buttonFlat {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
