/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2024c6f2-fb72-4a4a-a68a-6f06fbbd0ce5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-065314f6-4350-4b8f-b455-a81f74ffd7cb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dcfaee57-94d0-41ae-bfd5-fbd81c168bfd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-93c70f58-8c0e-4380-9018-dc6d973a9422) 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 {
}
