/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b08a1be-0db9-47c7-9ec1-5fae2373e41e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-395e462f-c28d-4836-bde1-433f921997c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c1510dbc-fe86-4640-9e66-fbd6875499cd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b5c0f7ca-ef1b-4a24-991a-6c7e97334777) 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 {
}
