/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-057798e2-e992-4538-8afb-0deab48ebecb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-da3b5308-0ccf-4714-9d4a-bdc038bee815) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41ef7eac-3a8c-44ba-82df-3ff44168caf6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-45ce69b9-c83d-4658-a58a-b4d71874ad19) 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 {
}
