/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-17021d55-323e-4a6f-ab08-31ca58eec38b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-30eac939-3743-484a-9bfa-e0a8ce48a821) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60eecdc5-1452-47d9-8262-a027b6b9673f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b03cd314-ff58-43f8-ba91-87a7dc50ff4b) 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 {
}
