/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-692a5be7-94c9-4e38-bd85-3d3ee0038bb7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-33295bb5-6833-4093-9e4a-f4e02c767f3d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bc1f3c0d-4612-4c12-8370-35eadb3593ab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-74769d69-e5d7-485d-b92e-366040a6ed6b) 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 {
}
