/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-326cd9ed-b34b-43ce-986c-fcc2745025cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c00535da-b6bc-49b1-802f-24070a5aafd1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-53b4b358-569a-4526-8d3b-0fe74188610c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-50416923-092f-4eff-9049-8bb7d00ab074) 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 {
}
