/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7f1e4151-c2d8-43e7-96fc-421722595f38) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-90ef8d74-78eb-4e27-8b22-cca667c89e02) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5bd1856f-543c-4f9f-a3a5-4bfed447de62) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e97fb55-e9c9-4abb-b879-0afdaa301162) 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 {
}
