
div#CBP_wrapper {
  width: 430px;
  height: 200px;
  overflow: auto;
  background-color: white;
  margin: 0px;
  position: relative;
}

div#CBP_container {
  width: 800px;
  height: 300px;
  background-color: white;
  position: relative;
}

span#CBP_checkout {
  padding: 5px;
}

img.CBP_hide {
  visibility: hidden;
}

table#convert_to_cbp td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 4px;
}

a#CBP_add_text {
  cursor: pointer;
  color: blue;
  font-size: 8pt;
  text-decoration: underline;
  line-height: 20px;
  margin-right: 7px;
}

#CBP_snap_buttons {
  margin-right: 7px;
}

#CBP_snap_buttons, #CBP_snap_text {
  position: relative;
  top: 3px;
}

div.CBP_text {
  position: absolute;
  z-index:2;
  padding:6px;
  border: 1px solid transparent;
  cursor: move;
}

div.CBP_text > input {
  border: 1px solid transparent;
  background-color:transparent;
  font-size: 12px;
}

a.CBP_remove_text {
  color: transparent;
  visibility: hidden;
}

div.CBP_text:hover {
  background-color: #F5F5F5;
  border-color: #CCCCCC;
}

div.CBP_text:hover > a {
  cursor: pointer;
  color: blue;
  visibility: visible;
  font-size: 8pt;
  text-decoration: underline;
  margin-left: 2px;
}

div.CBP_text:hover > input {
  border-color: #CCCCCC;
}

div.CBP_text_added > input {
  font-weight: bold;
  font-size: 20px;
}

.CBP_button:hover {
  background-color: #DFDFDF;
  cursor: move;
}

/*#CBP_checkout {
  background-color: #DFDFDF;
}*/