/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-39706e7b-71c8-4afd-a980-03b0d06a8a37) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-313324e5-3788-41b5-a41f-6b642a5e25af) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c5dca466-ec03-4f68-9455-f3307f73a885) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fcef8e08-2669-4a39-b642-14eea0f83d82) 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 {
}
