/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7259f06b-7591-4dea-85df-d9f2067088cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce61650a-e97f-4430-90a7-9e3c06903280) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fb841a33-f36a-4db6-91a9-dc74f55e6033) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-939c00df-e488-477d-9dad-6f8d05c025bc) 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 {
}
