/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a97c3d6b-8c5c-4028-aa30-5fd46fa37e5a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-614ec3c0-30c5-4322-be53-a28fd56a689d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0a1a1a21-d330-42ba-87fc-67a75396dc0c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2bc5d449-9afb-4c8c-bbcf-7b4019e0ecef) 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 {
}
