/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8747231a-004d-41a7-8e66-9ccbf1d798c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-22301a09-b72b-490e-bb6a-6bc9acd26814) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-27b61441-7db8-42ff-9a31-f9ef8951a78c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9f75eee7-c4f5-44d7-9f45-6592e18e4ec5) 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 {
}
