/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa7a3abd-3bee-444f-b1f5-a3faca8d1e70) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c76cf1e9-d173-4711-a960-b86f63549ce3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-25287f3b-4c62-4b6b-91d3-76575a4aac81) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-48048805-3431-4c62-bd6f-85582aee4e39) 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 {
}
