/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2ae7aa9e-c35e-4309-9019-ff2d05a2fed6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3cb9e126-b4a6-4adc-837a-3aea653b3d30) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-263b3f40-c3ec-45ce-899b-29744386e5b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cd7f5250-8171-4afc-9103-55c78e89dbd7) 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 {
}
