/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-29cd6d47-03df-4077-bad8-c03ab6c0f6d9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-47359b85-6990-4e61-ad38-3d7902d17a2a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7bb2df22-2900-40f4-ad7b-450e7fb63110) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7dcfec63-197b-417c-9463-3ccb68aaa37f) 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 {
}
