/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cbc51aa0-9d59-4e5e-ad3e-5bd84380be58) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-087aa0a7-2b63-4ce8-af32-fb112e0ee86f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0876969e-a1c3-4229-87a8-9d5ec4f03e97) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-abf6efb8-7bd2-4860-a82f-c4189b810000) 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 {
}
