/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0fa846da-d67d-42c3-bdfb-2d6be0561c8f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-90698308-9af2-4da6-a60f-94cb64caccfb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e0db515-e58f-4d8f-910d-22b5fd973158) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fe754489-3821-4c2c-8039-ae304a135a1a) 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 {
}
