/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4adbcb5c-6397-49c5-a98c-79a13eade838) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-64f213b2-8fe9-4f74-bd2f-6065015dddcc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-36f679e7-95d8-4d45-985e-3663cf5bac11) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f52dda6a-8a00-4b10-b3b7-5297f98860ce) 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 {
}
