/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9da049d6-3bcf-4fda-8464-a2931bd36198) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8ef2abe5-6b2e-46ed-b23a-2019c9f9e496) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dee5d671-f458-4786-97b9-119a80ad375d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b445d392-1558-4b89-b288-9592a529d0fa) 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 {
}
