/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c72af7f8-d5dc-4e23-8f12-038084b01c1b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c692cdaf-3f12-45cc-9e6a-49d664a1d4b4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1ac67273-4ad5-4144-b40f-952c41224520) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b9a006f-811f-46a0-ae96-a54427313898) 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 {
}
