Hello SRD75,
It looks like your form is 280px wide while the width of your sidebar is only 270px.
See the
box model here. The box model says that whatever you put inside an element cannot be larger than that element. margin/padding/border all count when figuring width/height.