@Web
You must update theme, there is probably bug in latest chrome that renders border: 1px solid rgba(0,0,0,0.1) on fieldset like you see.
You could change:
border: 1px solid rgba(0,0,0,0.1)
into:
box-shadow: 0 0 0 1px rgba(0,0,0,0.1)
... in style sheet.