/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-169cbce1-125a-4c0d-8abf-4485cb331529) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b6d77291-b06b-4316-8d27-3f706390233d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0011bd10-3606-44c7-b6be-0ebbc4ebab96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0696a904-786e-4c1f-ad2d-5ca6d9ebcd76) 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 {
}
