/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b6435ad9-4347-411e-87fb-3a21a908a807) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd0b58fb-b96b-4124-8dfa-8ad5ca793a33) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7884059b-c622-4772-a103-105713975c7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cebaa3f2-e78d-4e1f-8b8d-5a426c4226bc) 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 {
}
