/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25c00b4f-d2cf-4e32-ab61-dc228559da30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2efc0e46-d899-4d94-9882-5d71305ae0d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-220dad21-5d1e-474c-9437-2072348527ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8537f9e8-5819-4e94-a284-57f3a1b2d155) 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 {
}
