/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6f17c239-0cff-493a-a392-f62edf40cdeb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47e5acf8-8d9f-4ce6-b7da-57318fdea96e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f1714613-0d96-4796-97c7-b53166333928) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-031ea45d-8b25-4d84-aed0-7e67e256bb2b) 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 {
}
