/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7d5087bd-7b4a-44a1-8a84-a46a04cb4640) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-21df9d77-2e84-4e6a-8606-24a254c19d39) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6b53cbd5-1609-4437-a277-886a5a662fb0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c4299c07-d981-4b56-ac92-1116f2bf149d) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
