/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-13315232-5c96-400b-a364-92988fb8d291) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-38d43736-345f-44e0-9e1c-1851fcc39b3a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d896d0d2-328a-49a2-8a22-7840078ae687) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2280d9ab-1666-4323-aef3-244e1d0eec40) 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 {
}
