/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c1cb1524-3d29-4580-8336-3e008049f871) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-75483fdd-71b2-4d79-870f-9c6bd2883ac5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b6bc6765-f6eb-400b-a6a2-bd25a3c82d9c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eaf7666f-a1c7-4e05-83ff-16370d39d1fa) 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 {
}
