.botton {
    cursor:pointer;
    background-color: #ffffff;
    border-color: #000000;
    
    border-left-color:#000000;
    border-top-color:#000000;

    border-style: solid;
    border-width: 2px;
    padding: 0 10px 0 10px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration:none;
}