@charset "utf-8";
/* CSS Document */
 
.newUpdate {
  font-weight: bold;
  color: red;
}

.formBackground {
  width: 680px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 6px;
  border: none;
  border-radius: 4px;
}
/**/div.formBackground {
  font-size: 1.1em!important;
}
.formBackground p {
  padding: 0 10px 4px 0;
}
.formBackground label {
  color: #333333;
  font-size: 1.1em;
}
.formBackground input[type=text] {
  width: 100%;
  padding: 8px 12px;
  margin: 4px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.1em;
}
.formBackground input[type=submit] {
  width: 100%;
  background-color: #4CAF50!important;
  color: white;
  padding: 8px 12px;
  margin: 4px 0;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 1.2em;
}
.formBackground input[type=submit]:hover {
  background-color: #45a049!important;
}

  .formBackground td p {
    font-size: 1.1em!important;
  }

 .lblCol {background-color:#F7F7F7!important;}

.dataCol {background-color:#FFFFFF!important;}

.drop-down-style {font-size:1em; border-radius: 4px; padding 2px;}
