/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cc3a13e9-9f70-4a26-920a-639940d14fc4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-45615158-23eb-4f24-8b46-32b6df90818d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f41b1b00-233a-4731-8e5f-f64d843e422e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a4690d73-8cd9-4663-9eeb-434a19248aa8) 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 {
}
