/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20eaede0-5877-44c4-a4c0-8404cbf32b0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-60940690-02d9-41c4-ac62-0e07e2875a11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-864c04eb-18d9-4183-8b73-87762291736f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8df4bcc2-ec6b-48a7-9017-c2216be96fe3) 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 {
}
