/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-09052ac3-b88c-4440-a40f-f204e2f4a336) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-da91a6da-219f-4a77-8001-48a569adf508) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-515ee013-4ab8-4b2a-8db4-6aca43016708) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-345fcb79-1ec2-4581-a153-a67ab18d24a6) 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 {
}
