input[type="button"].ObjLisLabel {
    background-color:#FFC500;
    margin:10px;
    border:0px;
    border-radius:0px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 2px #888;            
}
input[type="button"].ObjLisLabel:hover {
    background-color: transparent;
    color: #333333;            
}
