/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b71b747-5f8c-43ea-8303-e66b43c3a78f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-02128546-5581-4e46-b8d9-6031dbbc26a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a1578300-a980-49be-adcd-cd98db4c9faf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c32328f-1c42-476b-8790-519543379af5) 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 {
}
