/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5ee1b5c-c4c7-4f17-941c-a7e7c78b6a71) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-50e1c037-30cc-4ff1-8c7b-d588562e4eb3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3cec88ce-d2f8-4e36-ae3b-97bb27a96c85) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8f887c1d-16e4-4374-bcd9-483242af9624) 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 {
}
