/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-328f11ba-4eb4-4ccf-8724-2b12a45fde56) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87da3f73-f660-43e3-8fd2-3aba3725499b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5cf3c1be-dade-451b-9544-eaa37782f16b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7f928275-24d8-41a3-ac59-05e6f79b8448) 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 {
}
