/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5d966a93-90ae-402a-951a-ff31f73219af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ad90b2bf-875e-4e4b-b885-64adc3691606) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-08e4a177-780a-40ca-93fc-4c7557181a60) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bff25c3e-a2c4-4b79-a415-1e3da67aa8b0) 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 {
}
