/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b37241e-300e-4ea9-9ebc-f987e830ded8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ffcdff88-4e9e-402f-8513-2f7137a52af2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a3700e75-315e-4335-b1cf-1b70f44c1b13) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bd6c7ad2-7e5b-41f7-a132-fa927398a127) 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 {
}
