

body{
  background-color: #FFFFFF;
  color: #483D8B;
  font-size: 18px;
  font-family: Verdana;
}

img {
  border: none;
}

hr {
  border: 1px solid #FFFF00;
}

FORM {
  display: inline;
}

/*
INPUT, SELECT, TEXTAREA {
  background: #60FF60;
  color: #000000;
  border: 1px solid #000000;
}

INPUT:HOVER, SELECT:HOVER, TEXTAREA:HOVER, INPUT:FOCUS, SELECT:FOCUS, TEXTAREA:FOCUS {
  background: #00A000;
  color: #000000;
}
*/

input[type="checkbox"]:before{
  position: absolute;
  font-size: 20px;
  width: 20px;
}

select, input, textarea{
  color: #483D8B;
  border: 1px #483D8B solid;
  font-weight: bold;
  font-size: 16px;
  background-color: #E6E6FA;
}

select:hover, input:hover, textarea:hover{
  background-color: #D8BFD8;
}

.riasztas{
  color: yellow;
  font-size: 16px;
}

.kuldes{
  border: 1px #9a593a solid;
}

.kuldes:hover{
  background-color: rgb(255,218,185);
}

.talalat{
  background: yellow;
}

.rendezett{
  background: red;
}

.kinyomott{
  border-left: 2px white solid;
  border-top: 2px white solid;
  border-right: 2px #9A593A solid;
  border-bottom: 2px #9A593A solid;
  background-color: yellow;
}

.kinyomott:hover{
  border-left: 2px #9A593A solid;
  border-top: 2px #9A593A solid;
  border-right: 2px white solid;
  border-bottom: 2px white solid;
  background-color: yellow;
}

.benyomott{
  border-left: 2px #9A593A solid;
  border-top: 2px #9A593A solid;
  border-right: 2px white solid;
  border-bottom: 2px white solid;
  background-color: yellow;
}

.benyomott:hover{
  border-left: 2px white solid;
  border-top: 2px white solid;
  border-right: 2px #9A593A solid;
  border-bottom: 2px #9A593A solid;
  background-color: yellow;
}

