/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6ff06d2b-10c3-435a-981d-adec6dbea4cc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7e59256a-485a-486f-a091-49c4af145078) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9e95bb2-3575-47f5-9e96-2821da003bc9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8634498-8a59-4145-af29-f0d054aa3098) 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 {
}
