/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-872309f5-2ea4-49b8-b13a-c580ccc2cf61) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3bdffe3b-1795-4062-b8f0-8162635fd0ed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eaf61865-2cb2-4159-b3c1-203c1fbaefa5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09884b2a-9eb1-4c7c-a0f5-d65570115dfb) 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 {
}
