/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc35f95b-701d-4198-948b-12982ba39200) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9feea02-b4eb-4c2e-8083-8c9d5e019fc2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b723a3cb-7955-4125-93b9-ab90705f4972) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f014a32b-9c91-4a64-84c4-5c11fc05b06e) 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 {
}
