/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb643635-337b-4467-b7da-d3b72ac420fa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4ee6e12a-f16c-4099-9056-ab114a61532d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1ce0f746-ff1b-4020-b7f6-65f97fa606b5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7b545fa4-2eb6-413e-9ddd-d737aac3641c) 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 {
}
