/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-53f6e66d-ab27-4bc2-a4dc-101a6cb2f566) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-293e45ee-be2b-449e-8958-f224dac4f56b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4ead98cc-5013-4494-bfa7-97e2cc17c3e4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03a37a60-2a6c-46b7-b8d6-7bdde6b041f7) 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 {
}
