/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b423852f-0cc8-4e90-8ba1-355158298db1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4071cd15-c4df-4fcc-9db8-df58c5a4fd57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f7653ca-fb5c-4131-9f02-2d6d809d4adb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8834f42e-1693-4d7e-9b2d-7ca66903b2b3) 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 {
}
