/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f4669d2d-e956-4851-a3f6-70b024a71a09) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5e0f748a-6fd0-4d68-8a27-73da06a1e85f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc886e42-7c8c-469b-801e-064c48bbdcb5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6cc278f0-509c-4fe1-a2b9-7f5543732bae) 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 {
}
