/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0c7f3003-42b2-4c48-a446-bda404b51f2b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d1a0858e-ba00-4e02-b0b4-014f2d363e5b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2c4911a0-3865-4889-b095-323fc743b73f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-038c0fd9-811a-4c10-9ae4-5dd59718ee47) 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 {
}
