/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25a2d2a8-a6c2-4d69-977d-fea5abac4c15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00d14401-f859-4b27-a286-a10b575ac173) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7e837dc-aafb-4981-8b43-e3402f85fe76) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e1039bdc-ba1d-480c-9106-8aa61a4bfac4) 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 {
}
