#sa_es_screenshot_overlay {
	z-index: 9999;
	position: absolute;
	background-color: rgba(0,0,0,0.9);
}

#current-theme {
	border-bottom-style: none;
}

textarea[name=sa_es_overlay_message] {
    resize: none;
}

#sa_es_overlay_opacity{
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 25px;
	width: 250px;
	height: 13px;
	background-color: #8e8d8d;
	box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),
	0 1px 0 0px rgba(250, 250, 250, .5);
	left: 20px;
}

.sa_es_overlay_tooltip {
	position: absolute;
	display: block;
	width: 35px;
	height: 20px;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	border-radius: 3px;
	border: 1px solid #333;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	background: linear-gradient(top, rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%);
}

