/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-28aea6ac-391b-4cc2-88b8-fa9ff639e3d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-242e0a1b-a27d-4f3b-b07d-054392f0f0e7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97b7364a-ab8e-4328-8e06-53a20c7f04c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6bfa3195-25b5-4c96-a3ab-0fff79f78466) 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 {
}
