/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0bca056c-f70b-4a49-a836-2e22cf85f5aa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7864fe44-a140-4846-aab0-126a03d43d44) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c3c5db10-ada6-464c-88ff-e1d2d611f12d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-97764f43-3c12-444d-9ada-06c6888db5a5) 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 {
}
