/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9ff0370f-bb7b-40af-b5af-f8e0af11ca5a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-55f3620b-36e9-45df-962a-25343c94e318) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-646fd898-32f1-4f8f-9181-f21c00f720c0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-13640c22-8d1c-4551-9a2e-23bd6580b23e) 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 {
}
