/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3542bba0-0e4c-4338-91ec-58c4327fb89c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6b57a8c5-a447-499f-984f-c35f1105a5ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc5927b8-5f5d-466b-8390-ec4c7e184888) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-36068cdc-e4c6-42cb-92ee-4514b6af2b6e) 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 {
}
