How to select with a specific style attribute?
Your example works for me, in Chrome at least, once I corrected the typo of the missing " at the end of the line.
$("div[style='width: 420px; text-align: left; margin-top: 10px; margin-bottom: 10px;']");
See this demo.