/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2bf0bc09-5cd8-46f1-a158-970cd2d77e9b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f7acd82-91e4-4346-8ee0-308d3dfcd825) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4c1f3630-c642-419b-a30c-6213ccf0ab6c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-171d6b7b-a176-426f-88d5-af94a3fc4e31) 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 {
}
