.co-close,
.co-delete,
.co-edit,
.co-search
{
    cursor: pointer;
    cursor: hand;
}

html.co_mto_busy, html.co_mto_busy * {
    cursor: wait !important;
}

#co_mto_search-results-show
{
    display: none;
    float: right;
    margin-top: -6px;
}

#co_mto_search-results-hide
{
    float: right;
    margin-top: -6px;
}

#co_mto_keyword-submit
{
    font-weight: bold;
    color: green;
    margin-top: 3px;
    margin-bottom: 1em;
}

.co_mto_keyword-form-numbers
{
    width: 3em;
    margin-top: 3px;
}

.co_mto_search-results-remove
{
    float: right;
    margin-top: .5em;
}