/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2058326a-6ac8-47e5-99d1-16f3158a1842) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-963359cd-758e-4d75-abab-ae491c7a7d00) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97199274-4197-418b-b263-b352db8f2a1d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-301fd60c-6d55-42f5-84ca-08b3495bc5c3) 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 {
}
