/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-607f1a2b-b937-4418-acbb-ef3594548430) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44470b3e-af7a-4b5b-bbfb-3f042760f59e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7dbfd9a-28d9-4adf-8a93-e4c2ff46593f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a0d88e65-c010-4bb5-8b31-d951087f3351) 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 {
}
