/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5fe66ea7-0251-479f-8520-3cdaf960bd41) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e4ad1f64-a1a1-4419-b166-7b36037d18b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9ac4f1e0-f37b-4b3e-9fad-1d1801fc0257) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b5662d18-e0cb-458d-8813-6afffe06ae45) 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 {
}
