/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-183ceff5-b9f9-49ae-abe1-80f7a28522ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-64c3bf0c-a508-49e3-91f4-2581a2ccac2b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-17b97b8d-b777-4b17-9b2c-6ee7fc39bdd6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6271ebf7-3c66-42b6-b9ec-540a86651304) 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 {
}
