
.container {
    position: relative;
	height: 100%;
}

#mapid{
	position: relative;
	width: 100%;
	height: 660px;
    border: 1px solid rgba(211,211,211,0.3);
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	}

#res {
	position: static;
	top: 0px;
	z-index: 1;
	left: 20px;
	background-color: #e6e7f0;
	text-align: left;
	margin: 5px 3px 3px 5px;
}
#myform {
	background-color: #e6e7f0;
	text-align: left;
	margin: 0px 3px 5px 5px;
}
.reallocator {
	font-weight: bold;
}
.my-div-icon {
	color: #ff6600;
}

.target-icon {
	color: black;
	font-weight: bold;
  -webkit-text-decoration: black solid 4px underline;
  text-decoration: black solid 4px underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}
div#toolbox {
	position: absolute;
	width: 271px;
	top: 57px;
	right: 17px;
	float: left;
	border-radius: .25rem;
	z-index: 999;
	border: 2px solid #ff6600;
	color: #000;
	background-color: #e6e7f0;
}
div#textbox {
	position: absolute;
	width: 271px;
	top: 159px;
	right: 17px;
	float: left;
	border-radius: .25rem;
	z-index: 999;
	border: 2px solid #ff6600;
	color: #000;
	background-color: #e6e7f0;
}


.buttonClass {
  font-size:13px;
  width:70px;
  height:21px;
  border-width:2px;
  color:#fff;
  border-color:#000;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  box-shadow: 0px 1px 0px 0px #1c1b18;
  text-shadow: 0px 1px 0px #ffffff;
  background: linear-gradient(#ff6600, #f99999);
}

.buttonClass:hover {
background: linear-gradient(#f99999, #ff6600);
}
