/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83213892-9cb4-4d00-8604-20a76c881c98) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1f113274-99d6-4723-b0e8-e23f4b27b0ef) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b134c81-2afb-4ad9-94a9-829dc6376f61) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fbd5135d-2575-4d0c-8882-867bb98649a6) 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 {
}
