/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c52444ae-6248-4581-b2d7-5c262e13ce65) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3009c24c-043d-4736-9eb4-ee210d6fb270) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b8920a3-6756-4b87-b82c-97cc6b57639f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-141cddac-3e1c-4754-aaa7-9fdd85762585) 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 {
}
