/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c9099a3b-95b6-4504-82e1-2626b3607bce) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ae0c1661-30ba-4dc6-9700-7f9c18701f1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7fc5cc2f-c52e-4d9f-91f3-c9a401abdaa4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4dc8a86c-7c17-4b84-9f63-da04432e3153) 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 {
}
