/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d9ea037d-b345-4065-ba8c-a4ad14a7b9fa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-252cb214-68a9-4200-97cf-1c0397a61223) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5f493981-b1c6-4e8f-bd50-1c251bb4ad6b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7138cbeb-81b0-43c7-a3d4-fb1d27dde6bc) 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 {
}
