/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2ef38d8e-7750-467a-8b40-0bea171fb0a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7526389d-b060-415b-82b1-b562e4a616c2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0adc399-0ff7-42a7-8f3b-66445bde16b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8eb5f44-8992-4dbe-ad38-8bf4a3ccb800) 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 {
}
