/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ec91752-cb96-44d9-b193-0fc8d8d58ed9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e92ade40-e69d-4016-a09e-b9f0ac159a21) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8273a8da-3e19-4b04-a14e-2f3892c16468) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-042bb8c3-b660-4c0e-9347-9b5221deb3f5) 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 {
}
