/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-45cae799-4de2-4f56-aca6-c0f47a4e2847) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e24836a3-9991-406a-9a4a-4782e378d980) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b7b440b6-b962-40de-8599-a2226b31a6b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-422d11fe-e1c6-4a38-b2be-20a174f463b1) 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 {
}
