/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-02c22184-b187-4fed-a555-ca0024b1331b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0ef59c37-873d-4af3-ac10-a004eb70e2b5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0516a8ee-3d8f-46c4-97ad-46ac903aac96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4e406145-a670-4520-b68b-03facc7d9ed9) 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 {
}
