/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-51dc2978-99cc-4593-bdea-4ce7cfea2184) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-95ec9e4e-9b86-489f-bb5f-431aee1d9840) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-253c17e4-7d07-402b-b682-82dcf212cb11) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-78fa872c-9a13-4c7a-9816-4eb4a1ab29d9) 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 {
}
