div.-plugincustoms {
	border: 1px #888 solid !important;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(120, 120, 120, 0.2)),
			color-stop(1, rgba(200, 200, 200, 0.8))
		) top right repeat !important;
	overflow: hidden !important;
	text-align: left !important;
	position: relative !important;
}

div.-plugincustoms:active {
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(180, 180, 180, 0.8)),
			color-stop(1, rgba(140, 140, 140, 0.2))
		) top right repeat !important;
}

div.-plugincustoms > div.-plugincustoms-plugintype {
	color: rgba(255, 255, 255, 0.8) !important;
	border: 5px rgba(255, 255, 255, 0.8) solid !important;
	border-radius: 10px !important;
	padding: 5px 10px !important;
	font-size: 24pt !important;
	font-family: "Lucida Grande", "Trebuchet MS" !important;
	font-weight: normal !important;
	line-height: normal !important;
	text-align: center !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	text-transform: none !important;
	z-index: 0 !important;
}
