/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4b08874c-a5b3-49f1-8a70-1d4deb8ee239) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1fbfec7d-306d-4487-8658-5e78f92aec40) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-93053905-f321-4273-8e29-7b86001c0668) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-16b73bff-830c-40b1-bc23-431cc6f0fa98) 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 {
}
