/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6cc9495b-d0b2-44fe-9729-dc1c07671dcd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8938f97f-d5b3-4c3b-9f12-a11d9a43f7a1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4f9a51a0-bf24-4e47-9173-f4446a6bd627) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e5e31033-8afd-46a0-a8c8-693f60fc8d5e) 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 {
}
