/* ### Chooser */
td.attr {
    font-weight: bold;
}
div#color_chooser {
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
    height: 162px;
    z-index: 10;
    background: #ccc;
    border: 1px solid #000;
}
div#color_chooser img {
    cursor: hand;
}
div#color_chooser table#colors {
    background-color: #000;
    margin: 0px;
    cursor: hand;
}
div#color_chooser table#colors td {
    width: 10px;
    height: 10px;
}
div.testfield, div#preview {
    width: 40px;
    height: 21px;
    border: 1px dashed #000;
    cursor: hand;
}
div.testfield {
    float: left;
    margin-right: 5px;
}
div#preview {
    width: 60px;
    border: 1px solid #000;
}
div#preview div {
    float: left;
    width: 30px;
    height: 21px;
    background: #ccc;
}