input[type=button].in_blue, input[type=submit].in_blue, input[type=reset].in_blue  {
    background-color: #0000ff;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
input[type=button].in_red, input[type=submit].in_red, input[type=reset].in_red  {
    background-color: #ff0000;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
input[type=button].in_green, input[type=submit].in_green, input[type=reset].in_green  {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
input[type=button].in_black, input[type=submit].in_black, input[type=reset].in_black  {
    background-color: #000000;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
a.red_btn {
  	background-color: #ff0000;
    border: none;
    color: white;
    text-decoration: none;
	font-size: 100%;
}
a.blue_btn {
  	background-color: #0000ff;
    border: none;
    color: white;
    text-decoration: none;
	font-size: 100%;
}
a.green_btn {
  	background-color: #4CAF50;
    border: none;
    color: white;
    text-decoration: none;
	font-size: 100%;
}
a.loginctl {
  	background-color: #FFD300;
    color: black;
    cursor:pointer;
    text-decoration: none;
	font-size: 100%;
}
button.black_btn {
    background-color: #000000;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
button.black_btn:hover {
    background-color: #000000;
    color: #ffff00;
}
button.black_btn:active {
    background-color: #2d15ff;
    
    color: white;
}
button.red_btn {
    background-color: #ff0000;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
button.red_btn:hover {
    background-color: #ff0000;
    color: #000000;
}
button.red_btn:active {
    background-color: #2d15ff;
    color: white;
}
tab { padding-left: 30px; }
htab { padding-left: 15px; }
textarea {
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 100%;
}
input[type=text], select {
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 100%;
}
link_btn {
    background-color: #00FF00;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 100%;
}
br {
   display: block;
   margin: 10px 0;
}
#login_menu {
  width:100%;
  hight:100%;
  line-height: 200%;
}
html, body {
  height: 95%;
  margin: 1;
}
#low_90p {
  width: 100%;
  height: 90%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.5em;
}
#low_85p {
  width: 100%;
  height: 85%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.5em;
}
#low_80p {
  width: 100%;
  height: 80%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.5em;
}
#low_75p {
  width: 100%;
  height: 75%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.5em;
}
#low_70p {
  width: 100%;
  height: 70%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.5em;
}
#low_65p {
  width: 100%;
  height: 65%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0.5em;
}
