/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bd0bf9e3-f069-4629-b65b-b567f571c8a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6aba157d-fb1a-42f9-aaa1-40832ca24d9b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-53acaec3-6bf2-4e3a-b221-6bd18ec2cf78) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ed863b14-9df2-4a01-a1ba-e8c7b784d1c4) 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 {
}
