/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e1f45ab5-3445-411b-a3c2-879dcb35ec27) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c33879a-f034-497d-a72b-db5aaf8f876a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a7b5ca6e-32f2-4682-83a2-eb886d7dca6d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-90c384ae-78ac-4e45-807f-85728f30cb5f) 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 {
}
