/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31f79b2f-2aa1-4449-a386-54f598476192) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1b641d9-d3f2-42df-b012-bfb47d1a617a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-611a6b6d-2246-4d02-b8e5-3df28e24ac6a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-833897a9-12ac-42ef-8b3d-b9fc31c23037) 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 {
}
