/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a0460b65-a0ef-4088-afaa-762bf9707943) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8845a6e6-ca7a-40b7-9f77-5e7bfaa02c84) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d783b50-f7c0-4464-ad33-297bde728832) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee6db671-a34b-4ac6-ad30-3361febca927) 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 {
}
