/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-10f74065-330b-4046-a4b4-be6732f5c8b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-40d338b9-1b42-4545-9763-f4e3e11a50d6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b057a58a-7770-4fba-9ec5-65f1d9a96c26) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dd2b9359-ac54-460b-860a-9bd1cf5b5bdb) 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 {
}
