/*=========buttons for conversant=========*/
button,
a.button {
    border-style: solid;
    border-color: rgb(238, 238, 238) rgb(222, 222, 222) rgb(222, 222, 222) rgb(238, 238, 238);
    border-width: 1px;
    margin: .3em .5em;
    background-color: rgb(245, 245, 245);
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: rgb(86, 86, 86);
    cursor: pointer;
    padding: 4px 10px 3px 7px;
    overflow: visible;
    width: auto;
    vertical-align:middle;
}
button:hover,
a.button:hover {
    border: 1px solid rgb(194, 225, 239);
    background-color: rgb(223, 244, 255);
    color: rgb(51, 102, 153);
}

/*=========/buttons for conversant=========*/