/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a099f83-4580-4c44-b5b0-7308bbb7b3fc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8c9042ba-01a6-4a86-8f63-b516c689d3f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3eb7dfe4-6596-49ae-96ab-502aee0cb173) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5283e141-2985-4eaf-85ad-6db9002bede3) 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 {
}
