/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f61c9670-02b2-45f1-aed6-5b07ea4b3545) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-72cdaccc-84cb-4827-ba66-4ef63d6c475b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-99a200b9-9b1e-4237-b0e8-0a28c00434c1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8aaba33-5551-441d-b209-3fd21bd873eb) 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 {
}
