/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a89ba26b-03c4-4e3b-bbba-3138e89b0791) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7ee5813a-0454-4456-be62-a154f6d06cd0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-31273f88-975d-4394-b7f3-409e11fef343) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-23b0b9da-6aba-4a00-84b5-7ec6aadc8936) 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 {
}
