span.colorPicker a{
   text-decoration: none !important;
   margin-left: 2px;
}
span.colorPicker a b{
   background: url(images/color-transparent.gif) repeat;
}
span.colorPicker a b i{
   width:  18px;
   height: 18px;
   font-size: 13px;
   border: 1px solid #9C9C9C;
   vertical-align: middle;
   cursor: hand;
}
span.colorPicker a img{
   xposition: absolute;
   xdisplay: none;
}
span.colorPicker a:hover img{
   xdisplay: inline;
}

table.colorPicker{
   border: 1px solid #c7c7c9;
}
table.colorPicker tfoot td,
table.colorPicker tfoot th{
   border: 1px solid #c7c7c9;
   font-family: Verdana;
   font-size: 12px;
}
table.colorPicker tfoot th{
   background: url(images/color-transparent.gif) repeat;
}
