﻿@import url(map.css);
@import url(controls.css);
@import url(infobox.css);
body
{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

body, a
{
	font: normal 10px/14px Trebuchet MS, Trebuchet, Arial, Verdana, Helvetica, sans-serif;	
}

h2
{
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}

.clear
{
	clear:both;
}

#form1
{
	 width:100%;
	 height:100%;
	 position:absolute;
}


