/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-36fb35f5-7c1f-4be7-81d8-2c102c8071ef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8e5ceb28-4c35-4b9f-8411-3dda24480121) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4bd34525-dfa4-4da5-9167-89c4c026ed84) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c824198a-3051-4ac7-8c89-b91583e59bda) 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 {
}
