/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f3d59af-c2ad-4039-a826-f5e4076e6b9f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a41873b5-cf49-4729-90e0-531673458dbc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-825bbd86-2102-456b-94a2-737d4f0f59f9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03b11ea4-19ce-45d1-882a-0b73fe02c437) 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 {
}
