#widgetOverlayFrameContainer {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 946px;
	height: 700px;
  max-height: 90%;
	position: fixed;
	left: 50%;
	margin-left: -469px;
	top: 300px;
	margin-top: -300px;
	z-index: 9999;
}
#widgetOverlayFrameContainer .frameheader {
	color: white;
	height: 60px;
}
#widgetOverlayFrameContainer .frameheader span {
	display: block;
	height: 40px;
	padding-left: 70px;
	padding-top: 20px;
	font-size: 16px;
	float: left;
}
#widgetOverlayFrameContainer .frameheader a.close {
	display: block;
	float: right;
	width: 21px;
	height: 21px;
	background: url(embedresources/iconclose.jpg) top left no-repeat;
	margin-right: 20px;
	margin-top: 18px;
	text-decoration: none;
}
#widgetOverlayFrameContainer .frameheader a.close:hover {
	text-decoration: none;
}

/* brian custom for assetBlock*/
div.asset-block {
	position:fixed;
	top:40%;
	right:5px;
	background: #efefef;
	border: 2px solid gray;
	width: 30%;
	padding: 10px;
}

div.asset-item {
	border:1px solid green;
	padding:5px;
	margin-bottom: 10px;
}

div.asset-item img {
	height:60px;
	width:auto;
	display: inline-block;
	vertical-align: middle;
}

div.asset-item h6 {
	display: inline-block;
	margin-left:5px;
}

/* Mobomo customized. */

.webdam-input-hidden {
	display: none;
}

.webda-input-visible {
	display: initial;
}
