/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6236230e-4055-4809-9bbe-c0ebe0201b4b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ef35b15e-f32b-4bb3-a0c0-251a717dfacf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-146900d4-5cc7-4f80-9b76-43279c0573d0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c104c404-7340-4b8a-a3bc-06ab6cf98bce) 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 {
}
