/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e41583cd-3939-4c55-b711-a9012b3dfd09) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-301b154f-4fc6-409e-94bf-23abf9c65ba1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f7fcc2e0-b1ce-4671-9045-240567e7f673) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c648513f-7b2e-4dc5-9f7c-8b4440210f88) 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 {
}
