/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c7117454-fa8a-4f2d-9e57-8d56d72730ed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3498f62a-59c9-4ebf-8f52-912763591d2c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a00141e4-9e8a-4c78-97e7-be41f18a8bd4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-318e03af-8c0c-4627-9adf-4054ed6dffdd) 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 {
}
