/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c74ecf20-b839-4fd4-9820-cc02fb22ab72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3f4a974c-b035-42b4-92c0-50ebc7933251) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c45dfd2c-cbc4-4610-a02b-2d85cd76d7f1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-675c661c-37ba-4fff-a1ea-a309ec573cae) 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 {
}
