/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3968a9db-f626-43c4-8e83-790e055a2e90) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3a44547d-0686-4342-94f5-16b9e576dc38) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-667aa22a-4ede-47cd-9966-29f980906d6b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72ea4878-f6ab-446a-b77c-a220f641108b) 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 {
}
