/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d0770d4c-2f5c-430c-8704-b51f6499b484) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee2fa76a-f0ea-4975-a19f-0797a9a27f07) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5dfe2155-6477-420e-9dce-8915ea920eab) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-961c05e0-71bf-4069-87cb-cfc03c63c0f7) 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 {
}
