.node-readmore a, .comment-add a, .comment-comments a {
    text-transform: lowercase;
    display: block;
    float: left;
    text-decoration: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background: -moz-linear-gradient(top center, white 0%, #DDD 100%);
    margin: 0 0.5em 0.5em 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #DDD url(../images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #DDD));
    background: -moz-linear-gradient(top center, white 0%, #DDD 100%);
    border: 1px solid;
    cursor: pointer;
    color: #333;
    outline: 0;
    overflow: visible;
    padding: 4px 10px 3px;
    text-shadow: white 0 1px 1px;
    width: auto;
    border-image: initial;
    border-color: #DDD #BBB #999;
}


.node-links ul li a, .comment-links ul li a {
     text-transform: lowercase;
    display: block;
    float: left;
    text-decoration: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background: -moz-linear-gradient(top center, white 0%, #DDD 100%);
    margin: 0 0.5em 0.5em 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #DDD url(../images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #DDD));
    background: -moz-linear-gradient(top center, white 0%, #DDD 100%);
    border: 1px solid;
    cursor: pointer;
    color: #333;
    outline: 0;
    overflow: visible;
    padding: 4px 10px 3px;
    text-shadow: white 0 1px 1px;
    width: auto;
    border-image: initial;
    border-color: #DDD #BBB #999;
}