/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb86ea51-eff8-4a1d-8319-ca657446566d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3f50c027-2314-452b-80b6-3758c24bdec9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-88a467ca-13b0-42ee-a678-63e89d910e95) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-78ba4e8f-bd52-4a73-84a3-9447a270709d) 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 {
}
