@CHARSET "UTF-8";
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: #0000FF;
}

a:hover
{
  text-decoration: none;
  color: #0000FF;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

ul
{
  list-style: none;
}

fieldset 
{
  border: 0px solid #333;
}

div#container
{
  width: 936px;
  overflow:hidden;
}

div#container div#title
{
	margin-bottom: 7px;
}
div#container div#title h1
{
  text-align: center;
  color: #DF7417;
}

div#container div#pluginGE fieldset legend, div#container div#pluginMP fieldset legend 
{
	margin-left: 7px;
	font-weight: bold;
}
div#container div#pluginGE div#container_gearth, div#container div#pluginMP div#container_gmap
{
  margin: 10px;
  height: 650px;
  width:920px;
}
div#container div#pluginGE div#container_gearth div#gearth, div#container div#pluginMP div#container_gmap div#gmap
{
  height: 100%;
  width: 920px ;
}