body {
  background-color: #ffffff;
}

th {
  width: 100px;
  text-align:right;
  padding: 3px;
}

td {
  width: 210px;
  text-align:left;
  padding: 3px;
}

input[type="text"],
input[type="password"],
select {
  border: 1px solid #79b7e7;
  background: #ffffff;
  padding: 3px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  width: 180px;
}

.errorText a:link,
.errorText a:visited,
.errorText a:hover,
.errorText a:active {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
  text-decoration: underline;
}

a:link,
a:visited {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#box {
  margin-top:10%;
  background: no-repeat center top;
}

.text {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: black;
}

.errorText {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
  text-align: center;
}

input[type="submit"],
input[type="reset"] {
  background-color: #f0f0f0;
  background-image: url("/isomorphic/skins/EnterpriseBlue/images/cssButton/button_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='white', endColorstr='#e0e0e0')";
  border: 1px solid #ababab;
  color: black;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  padding: 2px;
  height: 24px;
  width: 100px;
  margin-top: 6px;
  margin-left: 2px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus:hover,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:focus:hover {
  background-color: #b4d4fd;
  background-image: url("/isomorphic/skins/EnterpriseBlue/images/cssButton/button_Over_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8ff), color-stop(52%, #deeffc), color-stop(57%, #c9e3fd), color-stop(100%, #b7d7f5));
  background-image: -webkit-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -moz-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -o-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: -ms-linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  background-image: linear-gradient(top, #f0f8ff 0%, #deeffc 52%, #c9e3fd 57%, #b7d7f5 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f0f8ff', endColorstr='#b7d7f5')";
}

input[type="submit"]:hover:active,
input[type="reset"]:hover:active {
  background-color: #bdddff;
  background-image: url("/isomorphic/skins/EnterpriseBlue/images/cssButton/button_Down_stretch.png");
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f2f3), color-stop(41%, #f1f2f3), color-stop(100%, #b1d7f6));
  background-image: -webkit-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -moz-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -o-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: -ms-linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  background-image: linear-gradient(top, #f1f2f3 0%, #f1f2f3 41%, #b1d7f6 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#addbf5', endColorstr='#92cef7')";
  border: 1px solid #597db1;
  -moz-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  -webkit-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  -o-box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
  box-shadow: inset 0 1px 2px #addbf5, inset 0 -1px 2px #addbf5, inset 2px 0 2px #addbf5, inset -2px 0 2px #addbf5;
}