/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3996b41d-8746-4bdc-a3b7-04d12e8a4165) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a5e14362-c150-4cae-aaec-6aa9a1df00fd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-373b02f2-b3f8-44f1-95f7-219db0a5a22e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d9658f6d-d300-415d-bccb-109901d24586) 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 {
}
