.sp-dd {
    display: none;
}

.sp-replacer {
    padding: 0px;
    border: none;
    width: 42px;
    height: 20px;
}

.sp-preview {
    width: 42px;
    height: 19px;
    border: solid 1px #dddddd;
}

.sp-container {
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.sp-palette-container {
    border-right: solid 1px #dddddd;
}


.sp-container button {
    background: none;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 4px;
}

.sp-container button:hover {
    background: none;
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.sp-input,
.sp-input:focus {
    border: 1px solid #dddddd;
}