/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-61c9214e-d85b-45ab-89b6-faf6e16f74d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efb25f2a-755a-4fbe-86f3-4ccfe50f61a0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-69c1b2cb-a6b9-4f31-bbda-7779b49f228b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0a3897e0-0616-4f89-9313-fbd2f3829c76) 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 {
}
