/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0d0b53bd-6e26-4ed5-b2b1-d896201b3741) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-15093ecf-85e5-445c-9b32-b29dc5e66ae5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-48637f61-06e4-4f80-8cf0-270f90b977b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e2dae1b7-9a29-4a28-850a-c18086e28fe8) 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 {
}
