/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b8189e54-4c0d-4435-b688-82a7a7e02886) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8da4821a-6990-4afd-b207-25cb7861e067) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-67afdedb-02fa-47ef-ad2a-7588d7bd18d3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9e8fe8ab-97e5-459f-ade0-28b3b4b765cc) 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 {
}
