/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-30e60f32-555e-4596-956c-70b13029482b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a40c71a8-3f16-4f1f-8209-f92ded02605a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2cd9a887-471a-4f3d-85a2-bcd67bec392a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9175129f-ae14-414e-a64e-cfc2fea7fe39) 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 {
}
