/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b98f7b0-f96a-4c8f-9762-d58c4042e648) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d7df9baa-3fb7-4d96-8a6c-cc035a7dee99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-094b98c4-8ba0-4079-9b08-3a5a3648759c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-df7c9ebe-1ec4-4db0-8171-b09eb0cec6f6) 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 {
}
