.finder-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 998;
	background-color: #56acdf;
}

.finder {
	position: absolute;
	z-index: 999;
	display: none;
	background: #FFF;
	overflow: hidden;
	width: auto;
	height: auto;
	border: 5px solid #388ec0;
	border-radius: 5px;
	padding: 10px 10px 0px 10px;
}

.finder-nav {
	height: 40px;
	width: 560px;
	overflow: hidden;
	color: #888;
	line-height: 40px;
	padding: 0px 10px;
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid #e2dfe9;
	background: url(/theme/images/heading.png) repeat-x top;
	position: relative;
}

.finder-actions {
	clear: both;
	height: 32px;
	line-height: 32px;
	width: 570px;
	overflow: hidden;
	color: #888;
	padding: 10px 0px 10px 10px;
	margin: 0px -10px 0px -10px;
	border-top: 1px solid #e2dfe9;
	background: url(/theme/images/heading.png) repeat-x top;
	position: relative;
}

.finder-actions button {
	margin-right: 10px;
}

.finder-actions button[role="cancel"] {
	float: right;
}

.finder-actions iframe {
	 width: 230px;
	 height: 32px;
	 overflow:hidden;
	 position: absolute;
	 left: 120px;
}

.finder > div span {
	margin-right: 2px;
}

.finder > div a {
	color: #971c97;
	padding: 5px;
	border: 1px solid #CCC;
}

.finder > div a:hover {
	border: 1px solid #CCC;
	background: #EEE;
}

.finder > div a:active {
	border: 1px solid #BBB;
	background: #FFF;
}

.finder > ul {
	width: 560px;
	height: 388px;
	overflow: auto;
	padding: 1px;
	background: #FFF;
}

.finder li {
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.finder li > a {
	padding: 10px;
	color: #3b1e78;
	display: block;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #FFF;
	width: 100px;
	margin: 2px;
}

.finder li > a > img {
	display: block;
	margin: 10px auto;
	height: auto;
	width: auto;
	max-width: 60px;
	max-height: 60px;
}

.finder li a:hover {
	border: 1px solid #d0c9d9;
	background: #f5f5f5;
}

.finder-tinymce {
	font-size: 12px;
	position: relative;
	top: 81px;
	margin-top: 81px;
	*top: 70px;
	left: 4px;
	z-index:998;
	cursor: pointer;
	padding: 3px;
	width: 80px;
	text-align: center;
	border: 1px solid #EEE;
}

.finder-tinymce:hover {
	color: #9e289b;
	border: 1px solid #CCC;
}

.mce_finderdownload {
	background: url(/finder/images/finder-download.png) no-repeat;
}

.mce_finderimage {
	background: url(/finder/images/finder-image.png) no-repeat;
}

.finder-hover a {
	background: #eee;
	outline: 1px solid #CCC;
}

.ui-draggable-dragging {
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	outline: 1px solid #DDD;
}

.ui-draggable-dragging a > img {
	display: block;
	margin: 10px auto;
	height: auto;
	width: auto;
	max-width: 60px;
	max-height: 60px;
}

.ui-draggable-dragging a {
	padding: 10px;
	color: #3b1e78;
	display: block;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #c2a4ff;
	background: url(/finder/images/dragging.png);
	width: 100px;
	margin: 2px;
}