﻿.win95_btn, .win95_btn_disabled, .win95_btn_red, .win95_btn_small {
  outline: 1px solid #000000;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  border-color: #FFFFFF #808080 #808080 #FFFFFF;
  background-color: #C0C4C8;
}
.win95_btn:hover, .win95_btn_disabled:hover, .win95_btn_red:hover, .win95_btn_small:hover {
  background-color: #d0d4d9;
}
.win95_btn:active, .win95_btn_disabled:active, .win95_btn_red:active, .win95_btn_small:active {
  background-color: #84878a !important;
  color: white;
}
.win95_btn:focus, .win95_btn_disabled:focus, .win95_btn_red:focus, .win95_btn_small:focus {
  outline: 1px solid #000000 !important;
}

.win95_btn_small {
  font-size: 12px;
}

.win95_btn_red {
  background-color: red;
  color: white;
  border-color: lightcoral darkred darkred lightcoral;
}
.win95_btn_red:hover {
  background-color: darkred;
  color: white;
}
.win95_btn_red:active {
  border-color: black;
  background-color: black;
  color: lightcoral;
}

.win95_btn_x {
  background-color: #ff6666;
  float: right;
  height: 21px;
  width: 21px;
  padding: 0px;
  line-height: 0.7;
  border-radius: 2.5px;
  outline: 1px solid #000000;
  border-width: 2px;
  border-style: solid;
  border-color: #ffcccc #ff4d4d #ff4d4d #ffcccc;
}

.win95_btn_x:hover {
  background-color: lightcoral;
}

.win95_btn_x:active {
  background-color: coral;
  border: none;
  color: antiquewhite;
}

.win95_menu {
  background-color: lightgray;
  border: solid 1px black;
}

.win95_textbox {
  outline: 1px solid #000000;
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  border-color: #FFFFFF #808080 #808080 #FFFFFF;
}

.win95_btn_disabled {
  color: aqua !important;
}
.win95_btn_disabled:hover {
  background-color: #d0d4d9;
}
.win95_btn_disabled:active {
  background-color: #84878a !important;
  color: white;
}
.win95_btn_disabled:focus {
  outline: 1px solid #000000 !important;
}
