/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-13f9880e-69be-48f2-b0ed-9c3220e9aff4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eb89c80b-b794-476b-ab2b-ebaa415baa14) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0b20719-b6f3-4c4c-ae17-19928df7b339) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c9c62b07-beb7-4063-9905-4955d9a9455d) 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 {
}
