/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ccac9a1e-05a9-4501-90bb-ab914a9e161b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b262d515-50f1-4001-b088-a8d1ea3ca899) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2fd661ca-26b0-4d2d-8ff7-b9f46ab7e8da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-19a0536c-7ccf-4fac-9459-28012ee37314) 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 {
}
