/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f2b9420a-ec2a-4169-a6fa-358afe728929) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c53b655d-dc05-44b1-8da1-3dc64944d780) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a16fd7e0-71ca-47fa-adb4-ae279a851a85) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b67cb44-dfb8-4e13-a533-8e7b3833bda3) 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 {
}
