#lastfm_searcher_sectionid input[type="search"] {
	margin-bottom: 10px;
	float: left;
	width: 42%;
}

#lastfm_searcher_sectionid .sizes {
	width: 90%;
	margin-bottom: 10px;
}

#lastfm_searcher_sectionid .sizes span {
	display: inline-block;
	font-size: 12px;
	color: #666;
	padding: 0;
	position: relative;
	top: -6px;
	width: 80px;
}

#lastfm_searcher_sectionid input[type="range"] {
	display: inline-block;
	width: 100%;
}

#lastfm_searcher_sectionid #album_info {
	display: none;
	width: 300px;
	margin: 1em 0 1em 0;
}

#lastfm_searcher_sectionid #album_info + p {
	margin-top: 10px;
}

#lastfm_searcher_sectionid #album_info .button {
	display: inline-block;
	margin-bottom: 4px;
}

#lastfm_searcher_sectionid #cover img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

#lastfm_searcher_sectionid #pid,
#theimgurl {
	display: none;
}

#lastfm_searcher_sectionid #wait {
	background: url('../img/loading.gif') no-repeat;
	width: 24px;
	height: 24px;
	display: none;
	position: absolute;
	top: 0px;
	right: 12px;
}

/**
 * Attachments
 */

 #lastfm_searcher_sectionid .acoverfind_attachments {
	margin: 1em 0 1em 0;
	display: none;
}

#lastfm_searcher_sectionid  .acoverfind_file img {
	float: left;
	margin: 0 10px 10px 10px;
	width: 82px;
	height: 82px;
}

#lastfm_searcher_sectionid .acoverfind_text {
	float: left;
}

#lastfm_searcher_sectionid .acoverfind_detach_attachment,
#lastfm_searcher_sectionid .acoverfind_insert_in_editor {
	display: block;
	margin: 10px 0 0 4px;
}

#lastfm_searcher_sectionid .countattachments {
	background: none;
	border: none;
	padding: none;
	color: #21759b;
	text-decoration: underline;
	margin-left: 10px;
}

#lastfm_searcher_sectionid .acoverfind_viewattachments.button {
	display: block;
	margin-top: 10px;
	width: max-content;
}

#lastfm_searcher_sectionid #postimagediv .inside p i.info {
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	padding: 2px;
	display: block;
	background: rgb(255, 251, 204);
	border: 1px solid rgb(230, 219, 85);
}

.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

 // Remove Webkit pseudo elements styling
 #lastfm_searcher_sectionid input {
 	-webkit-appearance: none;
 }

#lastfm_searcher_sectionid input[type="search"]::-webkit-search-decoration,
#lastfm_searcher_sectionid input[type="search"]::-webkit-search-cancel-button,
#lastfm_searcher_sectionid input[type="search"]::-webkit-search-results-button,
#lastfm_searcher_sectionid input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
