#editor-form div.fieldset {
	padding: 5px 5px 6px 230px;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 -2px 0 -1px #e0e0e0;
	-moz-box-shadow: inset 0 -2px 0 -1px #e0e0e0;
	-webkit-box-shadow: inset 0 -2px 0 -1px #e0e0e0;
}

#editor-form div.fieldset:last-of-type {
	border-bottom: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#editor-form div.fieldset.address {
	margin-bottom: 20px;
}

#editor-form div.fieldset label {
	margin: 0 2px 0 -225px;
	font-weight: bold;
	color: #717171;
	display: inline-block;
	width: 220px;
}

#editor-form button#buildingsearch-search {
    margin-bottom: 10px;
}

#editor-form button#address_override_button {
    margin-left: -20px;
}

#editor-form .search-results ul {
	margin: 0;
	padding: 0;
}

#editor-form .search-results ul li {
	position: relative;
	color: #717171;
	padding: 20px 0;
	list-type: none;
	display: block;
	clear: both;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0, 0, 0, 0 1px 0 0 #fff;
}

#editor-form ul.search-results li:last-child {
	/*border: 0;*/
}

#editor-form .search-results li button {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

#editor-form ul.search-results .building-details p {
	margin: 4px 0;
}

form#editor-form input[type=text][maxlength="100"] {
	width: 180px;
}

#editor-form p.hint {
    font-weight: bold;
    color: #717171;
}
.section div.box-new-textbox {
    color: #717171
}
#create-building-message {
	padding-top: 15px;
}

#create-building-message ol {
	padding-left: 20px;
}

div.editor-overlay {
	z-index: 1;
	position: absolute;
	background-image: url('/lib/images/editor-overlay.png');
	background-repeat: no-repeat;
	width: 960px;
	height: 945px;
	left: 0;
	top: 15px;
}
