/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-59391429-5a24-4f75-a75d-0e6afb5b7231) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-383cf765-df4c-4964-9aa0-b4fa979cf7c9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1640891d-c935-4a38-9091-2ab0392024e5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4f646f68-516b-45eb-b08c-adcb85f9e932) 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 {
}
