body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
}
h1  {
color: #666666;
font-size: 16px;
font-weight:bold;
padding:5px 0px 5px 0px;
}
h2  {
color: #336699;
font-size: 14px;
padding:5px 0px 5px 0px;
}
p
{
    padding: 4px 0px 4px 0px;
}
#updateButton {
   font-weight:bold;
   color:#933;
   background-color:#FFE6E6;
   border:1px solid #933;
   font-size: 16px;
   height: 22px;
   padding: 0px 15px;
   display:none;
   cursor:pointer;

   -o-border-radius: 5px;
    -icab-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#map_canvas {
    width:100%;
    height:98%;
    float:left;
    box-shadow: 6px 6px 4px #CCC;
    -o-box-shadow: 6px 6px 4px #CCC;
    -icab-box-shadow: 6px 6px 4px #CCC;
    -khtml-box-shadow: 6px 6px 4px #CCC;
    -moz-box-shadow: 6px 6px 4px #CCC;
    -webkit-box-shadow: 6px 6px 4px #CCC;
}
#map_help{
    display:none;
    height:98%;
    float:right;
}
.legend {
    padding: 20px;
}
.add-input-map
{
	width: 90%;
	margin: 0px;
	padding: 0px 0px 4px 3px;
	color: #444444;
	text-align: left;
	border:1px solid #933;
	font-size: 16px;
	height: 22px;

	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.add-text {
  font-size: 15px;
  color: #333333;
  padding-right: 6px;
}

.swapImage
{
	cursor: pointer;
}