/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b50e6328-f633-4172-a73e-4734c80709f7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-696ff94e-fc82-432d-8b9f-1d5c222b8114) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-922fd334-ae0f-4b4a-9571-d6b2610d1146) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f838debc-361c-4a78-973c-181c69e9dd8e) 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 {
}
