/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b7e0e3c-ed72-46a7-ac44-264d2bf24743) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-418fbce5-7d71-424e-8113-b869fe8ff6fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c562db31-c074-4356-928a-003c42cdf684) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c2fe60e8-3559-4d74-a11a-4c677e473e45) 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 {
}
