/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7c1913b0-2ab2-4f79-bcc5-66c03a6db12e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5c69d7ac-4a99-4887-8b67-ea21f7058bc4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc619f70-6123-4233-9496-4a5775f65d36) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-49a8b241-d47b-449d-b762-869fc78a1b56) 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 {
}
