input {
  vertical-align: middle;
}

form {
  margin: 0px;
  padding: 0px;
}

.box_header {
  background-color: transparent;
  padding: 0px 5px 5px 5px;
}

.box {
  background-color: #d4dbad;
  border: 1px solid #b6ae7f;
  padding: 5px 5px 5px 5px;
}

.cart_header {
  height: 15px;
  position: relative;
  background-color: transparent;
  font-weight: bold;
  line-height: 11px;
  padding: 1px;
  vertical-align: bottom;
}

.detail {
  height: 28px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #999;
  line-height: 11px;
  padding: 1px;
  vertical-align: middle;
}

.confirm_detail {
  height: 18px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #999;
  line-height: 11px;
  padding: 1px;
  vertical-align: middle;
}

.add {
  text-align: right;
}

.item_no {
  position: absolute;
  height: 15px;
  position: relative;
  top: 3px;
  left: 25px;
}

.item_descr {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 25px;
}

.confirm_item_descr {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 1px;
}

.inputtext {
  position: relative;
  height: 18px;
}

.quantity {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 380px;
}

.confirm_quantity {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 380px;
}

.price {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 430px;
  float: right;
}

.confirm_price {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 430px;
  float: right;
}

.total {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 475px;
  float: right;
}

.confirm_total {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 475px;
  float: right;
}

.subtotal {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  left: 413px;
  padding-left: 3px;
  width: 134px;

}

.confirm_subtotal {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  left: 413px;
  padding-left: 3px;
  width: 122px;
}

.buffer {
  position: relative;
  padding: 5px;
}

.txtlabel {
  position: relative;
  width: 200px; 
  text-align: right;
}

.txtinput {
  position: absolute; 
  top: 0px; 
  left:210px;
}

.cartlabel {
  position: relative;
  width: 200px; 
  text-align: right;
}

.cartinput {
  position: absolute; 
  top: 0px; 
  left:210px;
}

.confirmlabel {
  font-weight: bold;
  position: relative;
  width: 200px; 
  text-align: right;
}

.confirminput {
  font-weight: normal;
  position: absolute; 
  top: 0px; 
  left:210px;
  text-align: left;
  width: 300px;
}
