/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84f0c775-5010-454c-a4b1-3b29e0276208) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-213a73b9-e2fc-4265-a654-23e899e86f8a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2cc01f65-4318-4369-9c40-04e4b6a6628f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c64b9080-35ea-448d-a306-abb66403faff) 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 {
}
