element.style in chrome element inspector?

Solution 1:

Those are inline styles.
They come from the style="" attribute or from Javascript code that sets element.style.someProperty.