/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fdc6cf96-8a20-4bcd-adef-6947b94effb1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-72974760-b3ca-4152-a70f-d49bcbfc4409) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5669251f-5a20-47dd-9a9c-d9b5a8e86ccb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-acc66560-371a-47cc-a8c1-61e2e2e317d1) 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 {
}
