/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9773c2f5-1233-4b5e-b56e-582e6a7a753d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8c3e0b67-ab3a-45c8-a8b1-e0012a8d29f0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5f5bdcb6-da36-4fe6-ad2a-5a9c4660c487) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-65bae05a-454d-4d21-a107-bbfcf51c20fb) 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 {
}
