/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c1f9d223-9e62-4074-b2ae-d2c6a252148f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5a837390-8e18-46ad-b82b-e0a9fb57e9ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b23f5a7-a82c-45fa-878b-b637af304256) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e996160-6000-4ef6-a82f-5534a23805f9) 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 {
}
