/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bf36331f-a0f4-458e-8ca8-72afe5088c95) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-54d321cb-9c89-4d43-842c-405c37415854) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa8c9183-f8a2-444f-a134-a686a282084c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-adccc505-0975-4386-b9b7-e2733d78325c) 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 {
}
