/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49e59ecb-d919-4e0d-9318-235e80b91f2a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6acf596c-f932-4768-b3ee-8de5b66012c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c33dc427-472f-4c47-bcbe-52ab75542050) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0336474-dcf0-43ec-af73-4085cbcfd538) 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 {
}
