/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-22e9264a-c9fc-498d-92d7-072dd86f3478) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-83f105a6-a079-485a-bc32-e7e2de0609ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-973e36e4-933e-4803-9642-6ae6d5515c50) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-efa8548a-5b2f-45fb-b1db-5a0c08d2de64) 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 {
}
