/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-99be1efb-d79b-4070-b416-64a98f69ba3e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5a073948-c357-4e91-9a6f-190005310547) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a62dffc-d6a6-491d-ad7d-dd951beff9d7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-048698ab-ac67-4958-a6f6-affce0d9dac8) 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 {
}
