
.textboxlist { cursor: text; padding-left:0px; margin-bottom:15px; clear: both;}
.textboxlist-bits { zoom: 1; overflow: hidden; margin: 0; padding: 0;
border:2px solid #1E1E1E;  background: none;width: 640px; font-size:14px
background:#000; color:#fff; border:2px solid #1e1e1e; outline:0; background:#000; height: 60px;}

.textboxlist-focus .textboxlist-bits {border-color:#fff;}

.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 0; margin: 0 5px 3px 0; cursor: default; background: none; }
.textboxlist-bit-editable {  }
.textboxlist-bit-editable-input { border: none; padding: 2px 5px; *padding-bottom: 0;
height: 20px; background: none;color:#ffffff }
.textboxlist-bit-editable-input:focus { outline: 0; }
.textboxlist-bit-box { position: relative; line-height: 16px; padding: 0 5px; background: #000; cursor: default;
-moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px;border:2px solid #1e1e1e;margin: 4px;}
.textboxlist-bit-box-deletable { padding-right: 15px; }
.textboxlist-bit-box-deletebutton { position: absolute; right: 4px; top: 6px; display: block; width: 7px; height: 7px;
font-size: 1px; background: url('../img/close.gif');margin:0px;padding:0px; }
.textboxlist-bit-box-deletebutton:hover { border: none; background-color:none; background-position: 7px; text-decoration: none; }
.textboxlist-bit-box-hover { background: #FFF; color:#000; }
.textboxlist-bit-box-focus { background: #FFF; color:#000; }
.textboxlist-bit-box-focus .textboxlist-bit-box-deletebutton { background-position: bottom; }
