body {
  background: url(../img/background_green.jpg) repeat-x #e2f3fb;
  font-size: 14px;
  font-family: Verdana;
  margin: 0px;
}

.form {
  background: #90DE7D;
  padding: 20px;
  border: 10px solid #ffffff;
}

.form_srv {
  background: #90DE7D;
  padding: 2px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

td {
  font-size: 12px;
  font-family: Verdana;
}

.input {
  font-size: 18px;
  font-family: Verdana;
  border: 1px solid #3295cc;
  padding: 3px;
  width: 140px;
  font-weight: bold;
}

.button {
  background: url(../img/button_background_1.jpg) repeat-x;
  color: white;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #ffffff;
  height: 44px;
  width: 220px;
  cursor: pointer;
}

.button_disabled {
  background: url(../img/button_disabled_background.jpg) repeat-x;
  color: #bdbdbd;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  padding: 3px;
  height: 44px;
  border: 1px solid #ffffff;
}

.buy_button {
  background: url(../img/button_buy_background.jpg) repeat-x;;
  color: black;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #ffffff;
  height: 44px;
}

.buy_button_disabled {
  background: url(../img/button_disabled_background.jpg) repeat-x;
  color: #bdbdbd;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #ffffff;
  height: 44px;
}

.sell_button {
  background: url(../img/button_sell_background.jpg) repeat-x;
  color: black;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #ffffff;
  height: 44px;
}

.sell_button_disabled {
  background: url(../img/button_disabled_background.jpg) repeat-x;
  color: #bdbdbd;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #ffffff;
  height: 44px;
}

.wide {
  width: 220px;
  padding: 6px;
}

.state_button_opened {
  background: url(../img/button_state_opened_background.jpg) repeat-x #27da02;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  padding: 6px;
  border: 1px solid #ffffff;
  width: 60px;
  text-align: center;
  color: #323d26;
  width: 100px;
}

.state_button_closed {
  background: url(../img/button_state_closed_background.jpg) repeat-x #e20306;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  padding: 6px;
  border: 1px solid #ffffff;
  width: 60px;
  text-align: center;
  color: #ffffff;
  width: 100px;
}

.heading {
  font-size: 24px;
  font-family: Verdana;
}

.error_msg {
  color: green;
  height: 30px;
}

.separator {
  width: 60px;
}

.buy {
  background: #FFFF00;
}

.sell {
  background: #00FF00;
}

.storno {
  background: #FF0000;
}

.bill_item_delete {
  background: #FF0000;
  color: #FFFFFF;
}

.modify_item {
  background: #00598E;
  color: #FFFFFF;
}

.storno {
  background: red;
}

.pieces_field {
  font-size: 14px;
  font-family: Verdana;
  border: 1px solid #808080;
  padding: 3px;
  font-weight: bold;
  width: 30px;
  text-align: center;
}

.pieces_header {
  width: 40px;
  font-size: 9px;
  font-family: Verdana;
  text-align: center;
}

.big_money {
  font-size: 18px;
}
.big_text {
  font-family:Verdana;
  font-size:18px;
  font-weight:bold;
}
.print {
  display: none;
}

.error_msg_1 {
  /*color: green;*/
  height: 30px;
  font-size: 16px;
}
#stock {
  width: 120px;
  text-align: right;
}

div.autocomplete {
  position:absolute;
  width: 200px;
  background-color:#E3F9CA;
  border:1px solid #B9BDC2;
  margin:0px;
  padding:1px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #96F087;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0px;
  padding:2px;
  font-size: 11px;
  cursor:pointer;
}