/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-40bfef68-eab3-4890-8e6a-4cba58978e9e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-46308b71-c77c-4f04-9c04-11e80db77009) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-231b9460-29f7-4b2c-bc5d-1396bf33613a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a5c12a53-ff04-4b16-9f92-9109bcc483b1) 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 {
}
