.tagselector_select_left, .tagselector_select_right {
    float: left;
    }

.tagselector_select_left select, .tagselector_select_right select {
    font-size: 11px; 
    width: 170px;
    }

.tagselector_select_center {
    float: left; 
    margin: 0; 
    padding: 50px 10px 0 10px;
    }

.tagselector_select_center a {
    border: 1px solid #999; 
    display: block; 
    padding: 0 5px 5px 5px;
    margin: 0 0 5px 0; 
    line-height: 1em; 
    color: #000; 
    background: #ccc; 
    border-left: 1px solid #eee; 
    border-top: 1px solid #eee; 
    text-decoration: none;
    }

.tagselector_select_center a:hover {
    background: #ddd;
    }

select option.b {font-weight: bold;}

select option.b::before {content: "## ";}
select option.b::after {content: " ##";}