.button {
  margin: 0px;
  height: 18px;
  cursor: pointer;
}
.button_odkaz {
  text-decoration: none;
}
.button .button_levy_zluty {
  width: 6px;
  height: 18px;
  float: left;
  background: url("../images/layout/button_zluty_left.png") no-repeat;
}
.button .button_stred_zluty {
  float: left;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: bold;
  color: black;  
  background: url("../images/layout/button_zluty_bg.png") repeat-x;
}
.button .button_pravy_zluty {
  width: 6px;
  float: left;
  height: 18px;
  background: url("../images/layout/button_zluty_right.png") no-repeat;
}

.button .button_levy_zeleny {
  width: 6px;
  height: 18px;
  float: left;
  background: transparent url("../images/layout/button_zeleny_left.png") no-repeat;
}
.button .button_stred_zeleny {
  float: left;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  font-weight: bold;
  color: black;  
  background: transparent url("../images/layout/button_zeleny_bg.png") repeat-x;
}
.button .button_pravy_zeleny {
  width: 6px;
  float: left;
  height: 18px;
  background: transparent url("../images/layout/button_zeleny_right.png") no-repeat;
}

.submit_button_login_88 {
  height: 18px;
  width: 88px;
  background: url("../images/layout/button_zluty_88.png") no-repeat;
  border: solid 0px;
  font-size: 11px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  font-family: Tahoma, arial;
}
.submit_button_login_66 {
  height: 18px;
  width: 66px;
  background: url("../images/layout/button_zluty_66.png") no-repeat;
  border: solid 0px;
  font-size: 11px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  font-family: Tahoma, arial;
}

.submit_button_insert {
  height: 18px;
  width: 70px;
  background: url("../images/layout/button_cerveny_70.png") no-repeat;
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  color: #ffd201;
  cursor: pointer;
}


