#DiscussionListOptionsHandle
{
    position: absolute;
    bottom: -20px;
    left: 0px;
    line-height: 19px;
    width: 100%;
    
    text-align: center;
}
    
    #DiscussionListOptionsHandle a
    {
        margin: 0 auto;
        display: block;
        color: @primaryLighter;
        outline: 0;
        width: 200px;
        font-size: 11px;
        background-color: rgb(252,252,255);
        
        border: 1px solid @primaryLighter;
        border-top: none;
        
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }