/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b2a30baa-1479-41b2-8980-e8a413fb334d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cdae06fe-f0d7-424a-bbfc-a3cfba21e3fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-627ce43c-0358-4281-b937-3f22698de793) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-07dd960b-680f-4066-ba5c-3dfd164de85b) 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 {
}
