@charset "windows-1251";

.button-border-left {
  position: absolute;
  top: 0px;
  left: 0px;}
.button-border-right {
  position: absolute;
  background-color: white;
  top: 0px;
  right: -1px;  
  }

/* Стили для большой кнопки, начало */
.block-button_big {
  width: 245px;
  height: 32px;
  margin: 20px 0 20px 0;
  position: relative;}
div.button_big {
  position: absolute;
  padding: 0 14px 0 14px;
  right: 0;
  width: auto;
  height: 32px;
  background-color: #027757;
  background-image: url(../sysimgs/03_button_big_bg.gif);
  cursor: hand;
  cursor: pointer;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: #fff;
  display: table-cell;}
.button-caption_big {
font-family: Tahoma, sans-serif;
color: white;
  padding-top: 7px;}
/* Стили для большой кнопки, конец */

/* Стили для маленькой кнопки, начало */
.block-button-small {
  height: 26px;
  width:10px;
  position: relative;}
div.button-small {
  position: absolute;
  white-space: nowrap;
  padding: 0px 15px 0px 15px;  
  height: 26px;  
  background-color: #027757;
  background-image: url(../sysimgs/03_button_small_bg.gif);
  cursor: hand;
  cursor: pointer;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #fff;
  display: table-cell;}
.button-caption-small {
  padding-top: 5px;
  }
/* Стили для маленькой кнопки, конец */
