body {
        font-size: 110%;
        height:100%;
      }
body, input, textarea {
  font-family: arial, sans-serif;
}

html 
{
  height: 100%;
}

#map {
  width: 75%;
  height: 100%;
}

#mapDiv {
  width: 75%;
  height: 100%;
}

#styles {
  position: absolute;
  left: 75%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 1em;
}
/*
#styles, #add-tab {
  float: left;
  margin-top: 10px;
  width: 400px;
}
*/

#add-tab {
  float: left;
  margin-top: 10px;
  width: 400px;
}
#styles label,
#add-tab label {
  display: inline-block;
  width: 130px;
}
.phoney {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(112,112,112)),color-stop(0.51, rgb(94,94,94)),color-stop(0.52, rgb(57,57,57)));
  background: -moz-linear-gradient(center top,rgb(112,112,112) 0%,rgb(94,94,94) 51%,rgb(57,57,57) 52%);
}
.phoneytext {
  text-shadow: 0 -1px 0 #000;
  color: #fff;
  font-family: Helvetica Neue, Helvetica, arial;
  font-size: 16px;
  line-height: 25px;
  padding: 4px 45px 4px 15px;
  font-weight: bold;
  background: url(../images/arrow.png) 95% 50% no-repeat;
}
.phoneytab {
  text-shadow: 0 -1px 0 #000;
  color: #fff;
  font-family: Helvetica Neue, Helvetica, arial;
  font-size: 18px;
  background: rgb(112,112,112) !important;
}

A.navbarblack,A.navbarblack:visited{
	color:black;
	text-decoration: none;
	
}
A.navbarblack:hover {
	color: blue;
	text-decoration: underline;
}