/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a929a120-5de4-4281-9724-7e8032f08393) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-907efee4-116f-4d91-af8c-f779876a7c99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c496e7c9-2768-466b-af23-f550d05c0469) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2165ab8b-369e-46a8-9ce7-716c04bdf268) 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 {
}
