.x3-superboxselect-btns div {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 5px;
}
.x3-superboxselect-btn-clear {
    background: url(modern/clear.png) no-repeat scroll left 0px;
    cursor:pointer;
}
.x3-superboxselect-btn-expand {
    background: url(modern/expand.png) no-repeat scroll left 0px;
    cursor:pointer;
}
.x3-superboxselect-item-close {
    background: url(modern/close.png) no-repeat scroll left -1px;
    border: none;
    font-size: 1px;
    height: 16px;
    padding:0;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 13px;
    display:block;
    cursor:pointer;
}
.x3-superboxselect-item {
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    o-border-radius: 6px;
    khtml-border-radius: 6px;
    border: 1px solid #e1dfdd;
    background-color: #f3f2f1;
    padding: 0px 15px 1px 5px !important;
    color: #323130;
}
.x3-superboxselect-item-focus {
    border-color: #c7dff9;
    background: #c7dff9;
    color: #323130;
}
.x3-superboxselect-input.ms-superboxselect-input {
	margin-top: -1px;
	height: 19px;
}