/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fbfbf63a-315c-442a-a8f1-b483efc37b11) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cb84cfe3-bc65-400c-b83f-0a63ba4de47c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60140790-aaf9-4a21-9113-47e1bb0e9a5d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8cc2637-c446-498b-9fd7-ad19646120c9) 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 {
}
