/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f0d2e5df-4349-4baf-8b9a-9017bdbb9973) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c0eca470-4ccb-497c-bbb3-72a3a9a4715b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b32aff7c-7fd3-4f25-83e9-0ca4410ba893) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-06b6c5b2-48e5-4eb0-9fd7-bf0611701101) 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 {
}
