/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-78ccdce4-107d-4101-9255-8293ece07b7a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b327a5ee-7c74-4066-b6a7-37141395ff43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a7c1728-1304-49be-a205-df0c6b1b6882) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5822fff6-2cf3-4043-9d1f-af18caccf89e) 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 {
}
