/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a44bbd15-f469-416d-a39d-ee4f869d6932) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1fcc1139-7eb9-401e-98e7-fec2291678aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-18e09c11-d771-46a9-996f-dd71da7f0f20) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e3e1c42f-1907-4c87-a945-fc064fa86995) 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 {
}
