/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-92d033ad-1773-4215-aec7-faff4f843cd2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5d96e9c9-8f8e-4825-a9a2-99dee45c5fc7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5d38c983-20e1-45b0-8b29-26b6c1c47082) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-279bc777-97ce-4a43-b2e5-867bc75c1e32) 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 {
}
