/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-efbf7259-f251-44de-a9a8-22e7be473564) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f97b89d-8381-4db6-bc6d-3b094618b20a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-95b57dbc-3274-47fe-906f-7abb1c86384b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d39c1cb3-ce14-4845-8954-be91c1a8735a) 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 {
}
