/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6002ee50-5ff6-450f-b506-6af2fc8df450) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0eea199-3c48-4e74-a83c-6359554fb991) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-43cf9d7b-2851-43b0-bdb1-d9b14b9945f9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e6f237b-f627-41e7-9196-daf1ce92969c) 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 {
}
