Change position of the fieldset buttons Dear, I created some fields with fieldset and would like to edit the button settings in the CSS, I managed to change the look, but I can not change the position. I have used the following code: .charsheet .repcontrol_add { position: relative; top: -190px; left: 0px; width: 45px; border: 1px solid; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-left: 2px; border-right: 2px; float: left; } I guess I should change the .charsheet the class of the fieldset, but still did not work, could someone help?