/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f46b50fd-08c5-499c-90c2-46c7ef8255ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7f554200-450d-4989-87f3-9c307adeb34c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0073b9d1-0358-4ef1-b352-f9da516e1bee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cbd2f44f-0d15-4322-bfb0-9bd18a18297e) 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 {
}
