/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bf8fdbbc-4b02-4c93-9dd6-85e071638f8b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-063d6b9c-ab0e-4818-9a6f-7790c01e6eff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-81454fb4-bfa5-4c2c-ae2f-8330f23feb6d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4c0ffb9a-3553-40f0-a862-fdb86b065f2e) 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 {
}
