I have a problem that Google Map API is inheriting the style from my webpage which results in this:

Is there a way to let Google Map ignore the style of my website which would solve the issue. This is the div I use
<p><div id="map_all" style="width:100%; height: 400px"></div></p>
The problem is the background:
img {
background: #FAFAFA;
border: 1px solid #DCDCDC;
padding: 5px;
}
Nevermind. I just fixed the issue by adding the following
and cleared the browsercache. Now it works.