.editControls {
	border-color: rgb(90, 90, 180);
	border-style: solid;
	border-width: 1px;
	position: absolute;
	background-color: rgb(150, 150, 240);
	color: rgb(0, 0, 0);
	font-size: 7pt;
	white-space: nowrap;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: -4px;
	z-index: 20;
}

.editControls a { 
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.editControls a:hover {
	color: rgb(255, 255, 255);
}

a.missing {
	border-color: rgb(255, 0, 0);
	border-style: dotted;
	border-width: 1px;
}

.defaultText {
	margin-bottom: 5px;
	clear: both;
}

.defaultImage {
	margin-bottom: 5px;
}
