change the margin to minus, for example margin-left: -20px ;. this will make the element move 20px to the right.
margin-left: -40px;
margin-bottom: -20px;
This problem occurred once with me, and the best way to fix it is to use negative fields.
.
position:absolute;
left:value;
top:value;