/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-debb6366-3460-4e7b-911c-e5ce2459ba9e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b8609d0c-24f9-4a7c-bf08-04b5c683966e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5426e074-1cee-4389-a9c4-cc5152ad7c60) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9d107ef6-85c6-4bd9-a89f-a54d03352885) 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 {
}
