/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-29e3b94b-6602-481f-8768-6f2df67ff8a6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9b0e4d13-0227-4deb-bd76-754654dbd940) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e37a4393-1a10-45d1-a3fa-df6659c1d51d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eedd0311-ee2d-4a77-9928-c7bcba480477) 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 {
}
