/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f675a831-c535-4a74-8a33-f11a7dc92561) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-11c7ba36-9f49-4440-bfc1-ed972443c805) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7bc5ea21-f997-48d8-aeb7-20d31029c85d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a2388bec-28f2-4e56-ac2f-e93d208f360e) 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 {
}
