/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-676b9246-a738-43ff-ad43-c45f7a429e66) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dc9815a8-a244-4651-ab4b-1ab6db2daa97) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2453fe4e-0297-4af4-ab36-856f8584ebf3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09ae3d4b-7629-430d-a929-3f0ea7c6d04c) 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 {
}
