body {
  margin: 10px 0px; 
  padding:0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px; font-weight:bold;
}

input.cart {
  vertical-align: middle;
}

.box {
  background-color: #eee;
  border: 1px dashed #999;
  padding: 5px 15px 5px 15px;
}

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

.add {
  text-align: right;
}

.edit {
  position: absolute;
  height: 15px;
  top: 3px;
  left: 725px;
  float: right;
}

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

.nobuffer {
  position: relative;
  padding: 0px;
}

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

.txtinput {
  position: absolute; 
  font-weight: normal;
  top: 0px; 
  left:210px;
}

.txtarea {
  position: absolute; 
  background-color: #d4d0c8;
  top: 0px; 
padding: 3px;
  left:210px;
}

.txtvalue {
  width: 450px; 
  font-weight: normal;
  text-align:left; 
}

.uploader {
  position:absolute;
  text-align:left; 
  width: 400px;
}

.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;
}

select.cart {
	margin-top: 0px;
}

.red {
	color:#B60B01;
}