#searchControl{
	z-index: 2000;
	position:relative;
	top: 10px;
	left: 235px;
	background:#e0e1e3;
	border-radius: 3px;
}

.page-main #searchControl{
    left: 265px;
}

#searchControl img.searchIcon{
	background: url(../img/searchIcon.png) -66px -2px;
	height: 30px;
	width:167px;	
}

#searchButtons{
	z-index: 2000;
}

.c-search-marker {
	stroke: #e0e1e3;
}

.c-search-marker:hover {
	stroke: #ffffff;
	cursor: pointer;
}

.c-search-popup {
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
	padding: 0.5em;
}

.c-search-popup.is-editable {
	background-color: #e6e6e6;
	cursor: pointer;
}

.c-search-popup:hover {
	z-index: 9999 !important;
}

.c-search-popup__section {
	margin-bottom: 0.5em;
	white-space: nowrap;
}

.c-search-popup__section--coordinates {
	font-family: monospace;
}

.c-search-popup__section--description:hover {
	
}

.c-search-popup__input {
	font-size: inherit;
}

.c-search-popup__button {
	background: none;
	border: 0;
	color: #399CCF;
	font-size: inherit;
	padding: 0;
	white-space: nowrap;
}

.c-search-popup__button + .c-search-popup__button {
	margin-left: 0.5em;
}

.c-search-popup__button:hover,
.c-search-popup__button:focus {
	text-decoration: underline;
}

.c-search-popup__button:hover {
	cursor: pointer;
}