/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e22f45cb-c0f0-41dc-bae8-344a38172b89) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e39a70b5-a37d-4b17-b90b-750ec6c8e041) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-46bcd0f3-61cd-45b3-99c7-fa804a7425b8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6028de19-df80-485d-9b5e-58fea5629cea) 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 {
}
