/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2fe8ab76-376f-4d28-b8b8-3611204a8c5c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2f5579a0-3fd8-40f8-9159-c4704b6aa9ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72712e93-413c-46d3-b7de-388e46ec46da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a9575c99-5ec6-4a64-bc36-71c78f2d0229) 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 {
}
