/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb6c3066-2c4f-4049-9504-bd4b118c9f1b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-614ca72d-d0f9-4ef9-86f4-aa1100cf2549) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a2a1b56f-f9ae-4d93-80c5-f46888df130d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6d5f2886-14ba-4759-97c1-a03175cb9c67) 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 {
}
