

html input[type="button"],
input[type="range"],
input[type="radio"],
input[type="checkbox"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

html select{
  cursor: pointer;
}



html input[disabled] {
    cursor: default;
}



html input[type="button"] {
  background-color: #ccccff;
 
  color: black;
  border-color: black;
  border-width: 1px;
  border-radius: 2px;
  border-style: outset;
  height: 23px;
}

html input[type="button"]:hover {
  background-color: #9999ff;
}



html input[type="button"]:active {
  background-color: #6666ff;
  border-style: inset;
}

input, button {
  text-align: center;
}

sup {
  font-size: smaller;
}

sub {
  font-size: smaller;
}

input {
  display: block;
  position: absolute;
  text-align: center;
}



p {
  display: block;
  text-align: left;
}

label {
  display: block;
  position: absolute;
}

img {
  display: block;
  position: absolute;
}

select {
  display: block;
  position: absolute;
}

canvas {
  display: block;
  position: absolute;
  text-align: left;
}

::-ms-tooltip {
  display: none;
}

#div_page_header {
 display: block;
 position: relative;
 left: 5px;
 width: 100%;
 visibility: visible;
 border-width: 0px;
 border-color: DodgerBlue;
 border-style: dotted;
 background-color: rgb(255,255,255);
 opacity: 1;
}

#div_rlnoticetext {
  position: relative;
  width: 100%;
  padding-top: 50px;
  font-size: 60%;
}
