/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d56869d8-1c0a-44d8-a3f5-4514c7fc23a6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2e2741be-7529-4f0e-8fe0-fa8f38aa4a23) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5cbbc1a3-9166-4557-89cc-9bd251b35a1c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-247d7a7e-ceec-4612-8112-a2958a2689b7) 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 {
}
