/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87c98644-14c2-41dc-8ecf-f68bdb9d1be7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47e204c7-58f0-4add-a68e-a5cdb78e84a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-90b5c35b-639c-4453-8ccf-d79925beb3c1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-24bd082c-0b86-495b-89e5-273da025a14a) 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 {
}
