/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f29d9496-2d07-4eba-92f7-d7a9138fd3ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ac2fd116-73d1-4b80-a248-bdaca3d4973c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e587b14e-d470-4ef3-93b3-4e1af4882289) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4772daa2-c7c2-4d1a-9d4a-88aed0899dbb) 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 {
}
