<style type="text/css">
input:focus, textarea:focus, select:focus {
  background-color: white;
  color: black;
}
.intext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 2px;
  width: 300px;
  height: 20px;
  border: 1px solid #CCCCCC;
}
.inarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 2px;
  width: 300px;
  height: 50px;
  border: 1px solid #CCCCCC;
}
.inmemo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #eeeeee;
  padding: 2px;
  width: 400px;
  height: 100px;
  border: 1px solid #CCCCCC;
}
.inbutton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background-color: #DDDDDD;
  padding: 2px;
  border: 1px solid #CCCCCC;
}
</style>

