/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-66a923a3-8d83-4aff-99a3-9490185756ed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-32c0a35c-e697-42e0-ac5a-416155f2d804) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7f3c35c7-8f55-417b-a280-f6af736e18b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f4932903-c952-4305-a4a3-b2c1bf7228d3) 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 {
}
