/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-22a2e9ea-8036-4da0-b76e-afd74b84d6f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-071e3eda-5b6c-43a5-b1d9-09e3a0836471) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c6579871-ee7b-4027-bf83-26af7ffbf499) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6945f6db-182e-4bac-a6f1-85f2a94eaafc) 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 {
}
