/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d7873175-200b-4624-a70f-ed3cc0217edf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-696daab1-7220-46d5-aa98-e39ec259e5d1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7a46e7da-c8c0-43da-a395-798cd3068395) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-59e01646-6170-40e3-8d4a-5972e476a221) 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 {
}
