/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-61c03ca6-165b-48dc-add9-29c1e07890a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d9ddb905-681b-4537-a1e7-9aaacf472ace) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5014595e-92e9-421a-bcca-afe13711710e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b441fa35-3cb2-49a1-aa1d-c4f269f23a5d) 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 {
}
