/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c4195b0-63bb-4af7-a221-505f7547cd36) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4a3b8591-0060-4585-a13d-0eb9c457e11b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9e05f310-214a-4aa8-b404-6105c9ec2da5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a57eb5e4-396d-4a56-aed5-bc2c30ab6d19) 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 {
}
