#instructions {
	display: none;
}

.simple label {
	color: #545454;
}
.simple .cmsError .alert.alert-danger {
    border: 1px solid #cd0a0a; background: #e14f1c url(/tsparkcms/css/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff;
}
/*.simple select {
	appearance: menulist; -webkit-appearance: menulist; -moz-appearance: menulist;
}*/
div.tooltip {
	position: relative;
}
div.tooltip a {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #89A4CC;
	line-height: 16px;
	color: White;
	font-size: 13px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	position: relative;
}
div.tooltip a:hover {
	background-color: #3D6199;
	text-decoration: none;
}
div.tooltip a:hover + div, div.tooltip a:focus + div,
div.tooltip div:hover {
	display: block;
	z-index: 999;
}
div.tooltip div {
	position: absolute;
	width: 320px;
	border-radius: 5px;
	color: #fff;
	background-color: #3D6199;
	display: none;
	left: 30px;
	top: 0px;
	padding: 10px;
	opacity: .95;
	z-index: 1000000;
}

div.tooltip div:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 15%;
  left: -6px;
}
/*span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.question:hover { background-color: #3D6199; }
div.tooltip {
  background-color: #3D6199;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
}
div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: White;
}*/
#map_canvas {
    width: 100%;
    height: 500px;
}
#latlong_div {
	padding-top: 20px;
	font-size: 18px;
}
#map_div {
    padding-top: 20px;
	padding-bottom: 25px;
}
#addresscorrect0_div {
	background-color: #EEEEEE;
	padding: 10px;
	border-radius: 4px;
	margin-top: 20px;
}
.uploadimage {
	float: none !important;
	clear: both;
}
.manageImage img {
	max-width: 200px;
}
