/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-40a0b92f-8232-4fa9-a79d-40f4f03c1ad7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-91adc90a-5dce-43a8-86dd-a747429dfe92) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-765e4ca5-27f7-4c49-b41f-03475f14ea2d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b00c08d5-6d6f-4bda-8d7b-91447807dcb7) 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 {
}
