/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c19a86c-3c24-4541-b34c-c503a4f7cd62) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ac1a089e-2770-4765-a8ab-3981686c68eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8733e655-5731-4a48-ba52-17519b4a9490) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1296e0d0-a4b6-4f61-b8ce-1221e174e027) 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 {
}
