/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d24f3028-b9c5-4fb9-a11d-ba31ad54ac28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0053e98-46f3-49d4-a013-e73ddfd408b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f9a3d49d-2a1c-4c7f-a0eb-411771b056cc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a7e8a67-735d-4d5e-bf27-f16723371bbf) 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 {
}
