/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6d78f38a-5789-42a3-9de9-129def96bcf0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-07e75152-6cf5-45d2-a8a8-b7d2ceeac50b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d36e9b12-b5df-42e2-8722-011ddafc6ecf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-395c5e9e-9700-42fd-ab16-9fbc9f9638fb) 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 {
}
