/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-315d3ed4-cfb7-42c4-ab49-f25f21e414e2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5e0d7a02-db9e-4c90-8c15-eb961f255963) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2e3d9807-bd0d-4373-97e7-b33513f3e429) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0dcfdd5a-563a-4986-a045-a70e07a261a5) 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 {
}
