/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5eae0c43-9cc8-4fc5-8901-0ae942fe7b9a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-53b13c6c-ed67-47c7-a533-c434d3227872) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60445442-3741-41f9-8f2e-6f5417a2aec3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f1646e10-13e0-4a0a-8a5a-67328b8e93bd) 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 {
}
