/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8dcd5bc4-f3b6-4545-bb11-19d10fe041c1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6cce33d4-1ca1-4fad-a135-22f26d9dba57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2633d49f-d4e9-4885-b4a0-3feac823540c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-52baee79-28f2-41ae-b501-89b5b8570ed5) 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 {
}
