#commentform #ed_toolbar {
    margin-bottom:6px;
    margin-left:2px;
    margin-top:15px;
}

#commentform #ed_toolbar input,
#commentform #ed_toolbar input:active{
    font-size:12px;
    height:23px;
    margin-right:6px;
    padding:0;
    width:65px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.247);
    border-color:rgba(0, 0, 0, 0.247) rgba(0, 0, 0, 0.247) rgba(0, 0, 0, 0.35);
    border-style:solid;
    border-width:1px;
    color:#555555;
    cursor:pointer;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-weight:bold;
    line-height:1;
    text-decoration:none;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.498);
    background-color: #eee;
}

#commentform #ed_toolbar input:hover {
     border-color: #333;
}

#commentform #ed_spell,
#commentform #ed_close{
    display:none;
}