/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7389c692-ecda-4e5b-9b53-1a0db264514c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0b984ae8-25fa-4b27-bb5c-af55a4943ca3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aaa404f5-cd90-4768-9a26-ee8a3150b57a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a3ee3855-3021-43e0-8674-8e511ec75529) 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 {
}
