/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cea1be65-59d5-4439-b1ac-ae30ad4958ff) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-90644545-28f0-466a-ba23-06878fe75e43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b844a6a-e44a-4563-90f7-acd1a61225f8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-48b63f9e-8c45-4bd5-bb57-3acc939557d2) 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 {
}
