/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-89c49144-5b8e-4085-90ae-dc93806b3f6c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2a1ac20-b2a4-4ea5-8089-0e1701d8a1de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e59f6b8-8745-4b9f-b0e2-da6ccc463db5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f034fa50-1b40-4f62-a1d2-2c5fba246864) 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 {
}
